How to sync the fork repository with the main repository in Git?
Originally posted here!
To sync a forked repository with the main remote repository in Git. First, you need to fetch all the latest commits and branches from the remote main repository.
Step 1: Check if the main repository is added as a pointer!
Bef...
melvingeorge-me.hashnode.dev3 min read