I forked a repo on github and changed a couple of things. The original repo has committed a couple of things. How can I update my fork without re-forking and undoing all my changes?
From your terminal in your local project folder...(and provided you have configured the remote for your fork)
git fetch upstream
git checkout master
git merge upstream/master
(See the github Syncing a fork docs for more info)
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With