Updating a local repository with changes from a GitHub repository

Probably:

was: git pull origin master

now: git pull origin main

Leave a Comment