Skip to content

Instantly share code, notes, and snippets.

@mahmoud
Created February 25, 2015 00:26
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 mahmoud/c15f2f01c247ac41583d to your computer and use it in GitHub Desktop.
Save mahmoud/c15f2f01c247ac41583d to your computer and use it in GitHub Desktop.
wtf git
~/work/support$ git status
On branch master
Your branch is up-to-date with 'origin/master'.
nothing to commit, working directory clean
~/work/support$ cd ..
~/work$ cd support
~/work/support$ git status
On branch master
Your branch is ahead of 'origin/master' by 1 commit.
(use "git push" to publish your local commits)
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: NOTES.md
modified: support/connection_mgr.py
modified: support/context.py
modified: support/gurllib2.py
modified: support/log.py
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