Closed kana800 closed 3 years ago
correct me if i am wrong 😄
git remote add upstream https://github.com/SVCE-ACM/A-December-of-Algorithms-2020.git git fetch upstream git merge upstream/master
But shouldn't it be git merge upstream/main
git merge upstream/main
if we use the following command git merge upstream/master , the following output will be given
git merge upstream/master
merge: upstream/master - not something we can merge
@kana800 You're absolutely right, Thank you for bringing it to our attention. GitHub has changed their Default Base branch name from master to main. We'll definitely fix them with #18
master
main
correct me if i am wrong 😄
But shouldn't it be
git merge upstream/main
if we use the following command
git merge upstream/master
, the following output will be given