Skip to content

Instantly share code, notes, and snippets.

@MgenGlder
Created June 20, 2017 22:07
Show Gist options
  • Save MgenGlder/adb745d635f2041631a3ecfa330c2b39 to your computer and use it in GitHub Desktop.
Save MgenGlder/adb745d635f2041631a3ecfa330c2b39 to your computer and use it in GitHub Desktop.
Git interactive rebase
git rebase -i origin/development
:q! => if you want to quit
:wq => if you want to save and quit (write)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment