Skip to content

Instantly share code, notes, and snippets.

@bayerj
Created November 18, 2009 16:00
Show Gist options
  • Save bayerj/237988 to your computer and use it in GitHub Desktop.
Save bayerj/237988 to your computer and use it in GitHub Desktop.
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