Skip to content

Instantly share code, notes, and snippets.

@biske
Created October 13, 2017 09:54
Show Gist options
  • Save biske/7094d5b69972f45491129d78a039e34e to your computer and use it in GitHub Desktop.
Save biske/7094d5b69972f45491129d78a039e34e to your computer and use it in GitHub Desktop.
Rebase Flow
git checkout feature1
git rebase master
git push -f origin feature1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment