Answers for "your branch and 'origin/main' have diverged, and have 1 and 2 different commits each, respectively. (use "git pull" to merge the remote branch into yours)"

1

Your branch and 'origin/develop' have diverged, and have 4 and 21 different commits each, respectively.

git reset --hard origin/master
Posted by: Guest on August-12-2020

Code answers related to "your branch and 'origin/main' have diverged, and have 1 and 2 different commits each, respectively. (use "git pull" to merge the remote branch into yours)"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language