Skip to content

Instantly share code, notes, and snippets.

@trevorc
Created March 9, 2011 21:52
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Save trevorc/15143fee46204c7b32f6 to your computer and use it in GitHub Desktop.
repo$ git branch
master
* stable
repo$ git push
Everything up-to-date
repo$ git checkout master
Switched to branch 'master'
repo$ git push
Total 0 (delta 0), reused 0 (delta 0)
To git@github.com:me/repo.git
fb53d35..2b35d76 stable -> stable
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment