If the original repository you forked your project from gets updated, you can add those updates to your fork by running the following code:
git fetch upstream # Fetches any new changes from the original repository git merge upstream/master # Merges any changes fetched into your working filesSource: Fork A Repo · GitHub Help
No comments:
Post a Comment