Skip to content

Instantly share code, notes, and snippets.

@kalimar
Created May 23, 2012 18:31
Show Gist options
  • Select an option

  • Save kalimar/2776898 to your computer and use it in GitHub Desktop.

Select an option

Save kalimar/2776898 to your computer and use it in GitHub Desktop.
git status on operations/files
KMAIA-ZIP:files KMAIA$ git status
# On branch master
# 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: add_partner.rb
#
# Untracked files:
# (use "git add <file>..." to include in what will be committed)
#
# wlpartnercreation/
no changes added to commit (use "git add" and/or "git commit -a")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment