Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SHELL

git interactive rebase

git rebase -i HEAD~2 
#Note: ~2 will take you back 2x commits in history. Adjust that depending on how 
#far back you want to go in commit history
 
PREVIOUS NEXT
Tagged: #git #interactive #rebase
ADD COMMENT
Topic
Name
2+8 =