This gist is part of a blog post. Check it out at:
http://jasonrudolph.com/blog/2011/08/09/programming-achievements-how-to-level-up-as-a-developer
| # View the log to find the commit you want to edit: | |
| git log | |
| # Quit out of the log | |
| q | |
| # Rebase from the commit you want to edit, in interactive mode: | |
| git rebase SOME_COMMIT_ID^ --interactive | |
| # This will open an interactive menu in Vi |
This gist is part of a blog post. Check it out at:
http://jasonrudolph.com/blog/2011/08/09/programming-achievements-how-to-level-up-as-a-developer