Sometime you see the error like the following message.
Solve:
You tell Git the explicit branch you want to pull.
You need to add this to your .git/config
--------------------------------------------------
[branch "master"]
remote = origin
merge = refs/heads/master
-------------------------------------------------
No comments:
Post a Comment