Skip to content

Instantly share code, notes, and snippets.

@dmstern
Created May 8, 2018 15:44
Show Gist options
  • Save dmstern/e1d65454d04eac87c76271f567371706 to your computer and use it in GitHub Desktop.
Save dmstern/e1d65454d04eac87c76271f567371706 to your computer and use it in GitHub Desktop.
How to solve "Git push rejected after feature branch rebase"
git push --force-with-lease
// source: https://stackoverflow.com/a/37460330/1205127
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment