Skip to content

Instantly share code, notes, and snippets.

@danivicario
Created March 13, 2014 15:34
Show Gist options
  • Save danivicario/9530706 to your computer and use it in GitHub Desktop.
Save danivicario/9530706 to your computer and use it in GitHub Desktop.
#!/bin/sh
export EDITOR="sed -i '2s/pick/squash/;/# This is the 2nd commit message:/,$ {d}'"
git rebase -i HEAD~2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment