Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SHELL

* (no branch, rebasing )

git rebase <branch>  # usually master or origin/master
# git stops on conflict
# conflict is resolved
git add <resolved_file>
git commit  # <----- this right here is what is causing it
git rebase --continue
Source by gitlab.isc.org #
 
PREVIOUS NEXT
Tagged: #rebasing
ADD COMMENT
Topic
Name
8+3 =