Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SHELL

git rebase i

git rebase -i -branch  
#  opens interactive rebase interface (more instructions needed 
#  to work with rebase) -i HEAD~3 #this is selecting 3x commits 
#  from the head (can change based on rebase)
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #git #rebase
ADD COMMENT
Topic
Name
3+4 =