How to keep a branch in sync with the main branch in Git?
Originally posted here!
To keep the local git branch in sync with the remote main branch first, you need to get the latest commits from the remote main branch.
Note: main is the new name for master branches if you are using Github ๐.
So first, If y...
melvingeorge-me.hashnode.dev2 min read