Skip to content

Instantly share code, notes, and snippets.

@cvan
Created December 6, 2012 22:44
Show Gist options
  • Select an option

  • Save cvan/4229165 to your computer and use it in GitHub Desktop.

Select an option

Save cvan/4229165 to your computer and use it in GitHub Desktop.
workflow for remotely tracked branch
git branch --track desktop origin/desktop
git checkout master
git pull --rebase
git checkout -
git merge master
git push origin desktop
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment