Syncing Forks Without Merge Commits II: CLI
# Add an upstream remote for the repo that you just forked from git remote add upstream https://github.com/ORIGINAL_OWNER/ORIGINAL_REPOSITORY
2 posts
# Add an upstream remote for the repo that you just forked from git remote add upstream https://github.com/ORIGINAL_OWNER/ORIGINAL_REPOSITORY
I was looking for a quick way to sync a forked GitHub repository that had upstream changes without using their interface to create a pull request (doing so woul