Solved: git pull resolves as a fast forward and not creating a merge commit
In this article, we will see what need to be done when git pull is resolving as a fast forward and not creating a merge commit. Sometimes you might have observed that when you are trying to fetch and merge the changes from remote branch to the current local branch using git pull command, then ... Read more