/gist:15143fee46204c7b32f6 Secret
Created
March 9, 2011 21:52
Star
You must be signed in to star a gist
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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