SyntaxFix
Write A Post
Hire A Developer
Questions
You can easily link your local branch with remote one by running:
git checkout <your-local-branch> git branch --set-upstream-to=origin/<correct-remote-branch> <your-local-branch> git pull