Skip to content

Instantly share code, notes, and snippets.

@duvillierA
Last active August 29, 2015 14:17
Show Gist options
  • Save duvillierA/c04b2d20cabe3ce020ed to your computer and use it in GitHub Desktop.
Save duvillierA/c04b2d20cabe3ce020ed to your computer and use it in GitHub Desktop.
How to Git rebase interactive multi columns

How to Git rebase interactive multi columns

  • ctrl+v > do the selection
  • (c > change) || (x > delete)
  • s (squash)
  • echap
  • (wq) || (x) -> write and exit

credits: @omiel

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment