Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SHELL

Edit git commits

# Interactively edit the last 2 or other ammount of commits
$ git rebase -i HEAD~2	
Source by git-scm.com #
 
PREVIOUS NEXT
Tagged: #Edit #git #commits
ADD COMMENT
Topic
Name
8+2 =