Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SHELL

git move latest commit to new branch

git checkout existingbranch
git branch newBranch
git reset --hard HEAD~2 # go back 2 commits on existingBranch
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #git #move #latest #commit #branch
ADD COMMENT
Topic
Name
9+9 =