Switch to using forks on github: Updating your remote fork

https://reflectoring.io/github-fork-and-pull/


git remote rm upstream
git remote add upstream https://github.com/resumic/schema.git
 
git fetch upstream

git checkout master

git merge upstream/master





Comments

Popular Posts