Skip to content

Instantly share code, notes, and snippets.

@piperniehaus
Created February 13, 2015 06:35
Show Gist options
  • Save piperniehaus/e4491324653cc7e82163 to your computer and use it in GitHub Desktop.
Save piperniehaus/e4491324653cc7e82163 to your computer and use it in GitHub Desktop.
Git init, git status
ex-piper:git_warmup7 piper$ git init
Initialized empty Git repository in /Users/piper/workspace/davinci_coders_t1_2015/practice/git_warmup7/.git/
ex-piper:git_warmup7 piper$ git status
On branch master
Initial commit
Untracked files:
(use "git add <file>..." to include in what will be committed)
.rubocop.yml
.ruby-gemset
.ruby-version
Gemfile
Gemfile.lock
Guardfile
nothing added to commit but untracked files present (use "git add" to track)
ex-piper:git_warmup7 piper$
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment