TheHipbot / hermes

Code Repository Manager
Apache License 2.0
4 stars 1 forks source link

Cloned repos should be tracking master against remote #3

Closed TheHipbot closed 6 years ago

TheHipbot commented 6 years ago

When git-go clones a repo it does not track the local master against the remote master. Add code to modify .git/config to add tracking for branch. This may be better as a PR to go-git.

TheHipbot commented 6 years ago

Change was made to go-git