Created
November 18, 2009 16:00
-
-
Save bayerj/237988 to your computer and use it in GitHub Desktop.
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
Neueste Änderungen vom central holen | |
$ git fetch central | |
In entfernten Branch central/master wechseln | |
$ git checkout central/master | |
Lokale Kopie davon erzeugen | |
$ git checkout new-master | |
Alten master löschen | |
$ git branch -d master | |
Neuen Master erzeugen | |
$ git branch -m new-master master |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment