SVCE-ACM / A-December-of-Algorithms-2020

A December of Algorithms is a small collection of algorithms to implement this December. Finish it all to get a certificate. 🎄
MIT License
29 stars 47 forks source link

Fix branch name in FAQ #21

Closed kana800 closed 3 years ago

kana800 commented 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

if we use the following command git merge upstream/master , the following output will be given

merge: upstream/master - not something we can merge
bearlike commented 3 years ago

@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