Created
February 13, 2015 06:35
-
-
Save piperniehaus/e4491324653cc7e82163 to your computer and use it in GitHub Desktop.
Git init, git status
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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