Skip to content

Instantly share code, notes, and snippets.

@vrinek
Created June 14, 2013 10:20
Show Gist options
  • Save vrinek/5780854 to your computer and use it in GitHub Desktop.
Save vrinek/5780854 to your computer and use it in GitHub Desktop.
$ git status
# On branch my-branch
# Changes not staged for commit:
# (use "git add <file>..." to update what will be committed)
# (use "git checkout -- <file>..." to discard changes in working directory)
#
# modified: db/schema.rb
#
no changes added to commit (use "git add" and/or "git commit -a")
$ git diff
$
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment