What about the master branch for local git configuration in a git repository to make it track remote master branch?

What about the master branch for local git configuration in a git repository to make it track remote master branch?

You may append these lines to .git/config in your cloned repository directory:

[branch "master"]
	remote = origin
	merge = refs/heads/master

Eric Ma

Eric is a systems guy. Eric is interested in building high-performance and scalable distributed systems and related technologies. The views or opinions expressed here are solely Eric's own and do not necessarily represent those of any third parties.

Leave a Reply

Your email address will not be published. Required fields are marked *