Skip to content

Instantly share code, notes, and snippets.

@Neoglyph
Created March 23, 2020 14:04
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 Neoglyph/d295b01a36790ab316920ddb00a68a2e to your computer and use it in GitHub Desktop.
Save Neoglyph/d295b01a36790ab316920ddb00a68a2e to your computer and use it in GitHub Desktop.
Rebase and merge to dev
git checkout BRANCH && git rebase dev && git push origin BRANCH --force-with-lease && git checkout dev && git merge BRANCH && git push origin dev
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment