๐
Sync Your Fork with the Original Git Repository
sh
# Add a new remote upstream repositorygit remote add upstream https://github.com/ORIGINAL_OWNER/ORIGINAL_REPOSITORY.git# Sync your forkgit fetch upstreamgit checkout mastergit merge upstream/master