Skip to content

Instantly share code, notes, and snippets.

@xxuejie
Created August 17, 2013 19:52
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save xxuejie/6258440 to your computer and use it in GitHub Desktop.
Save xxuejie/6258440 to your computer and use it in GitHub Desktop.
workflow
$ git co CABLES-68-dev
(coding...)
$ git fetch
$ git rebase origin/CABLES-68
(fix merging...)
$ git co CABLES-68 && git rebase CABLES-68-dev
$ git push origin CABLES-68
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment