git config

Table of Contents

git config reference

branch.<name>.remote Tells which remote to git fetch from and git push to
branch.<name>.pushRemote Overrides branch.<name>.remote for pushing
remote.pushDefault Overrides branch.<name>.remote, overridden by branch.<name>.pushRemote