Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SHELL

git rebase continue

Tag your latest commit (or just write down its SHA1 somewhere so you don't lose it): git tag temp
git rebase --abort
Do the rebase again. You'll have to resolve the merge again. :(
git rebase --continue
git cherry-pick temp
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #git #rebase #continue
ADD COMMENT
Topic
Name
5+6 =