Switch to using forks on github: Updating your remote fork
https://reflectoring.io/github-fork-and-pull/
git merge upstream/master
git remote rm upstream
git remote add upstream https://github.com/resumic/schema.git
git fetch upstreamgit checkout master
git merge upstream/master
Comments
Post a Comment