Skip to content

Instantly share code, notes, and snippets.

@joyceyan
Created January 24, 2015 03:31
Show Gist options
  • Save joyceyan/3eecfaf1bbbc27482f80 to your computer and use it in GitHub Desktop.
Save joyceyan/3eecfaf1bbbc27482f80 to your computer and use it in GitHub Desktop.
Git Shit
git fetch upstream
git checkout upstream/wboc15
git checkout -b my_feature
git rebase -i HEAD~x
git fetch upstream
git checkout upstream/wboc15
git push origin my_feature
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment