Skip to content

Instantly share code, notes, and snippets.

@sranso
Created October 21, 2013 15:58
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save sranso/7086292 to your computer and use it in GitHub Desktop.
Save sranso/7086292 to your computer and use it in GitHub Desktop.
new-host-4:git-demo davidransohoff$ touch README.md
new-host-4:git-demo davidransohoff$ git status
# On branch master
#
# Initial commit
#
# Untracked files:
# (use "git add <file>..." to include in what will be committed)
#
# README.md
nothing added to commit but untracked files present (use "git add" to track)
new-host-4:git-demo davidransohoff$ ls
README.md
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment