Skip to content

Instantly share code, notes, and snippets.

@ponko2
Created June 6, 2015 15:31
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 ponko2/0dea207bc14ed4fe8616 to your computer and use it in GitHub Desktop.
Save ponko2/0dea207bc14ed4fe8616 to your computer and use it in GitHub Desktop.
anyframe で git rebase -i
git log --oneline --decorate --no-color \
| anyframe-selector-auto \
| awk '{print $1 "^"}' \
| anyframe-action-execute git rebase -i
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment