Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SHELL

Not possible to fast-forward, aborting

If
git pull 
does not do the trick and if you want to merge both the current changes and the changes that'd come from the pull of the branch from origin then do this:-

git merge origin/BRANCH_NAME 
After that, resolve the merge conflicts if any and done for the day.
Source by www.thecodeteacher.com #
 
PREVIOUS NEXT
Tagged: #Not #aborting
ADD COMMENT
Topic
Name
9+1 =