This repository was archived by the owner on Sep 11, 2020. It is now read-only.
This repository was archived by the owner on Sep 11, 2020. It is now read-only.
Setup tracking for default branch when cloned. #313
Closed
Description
Is it possible to set up tracking of remote branches, similarly to how git clone
does for the default branch? I've found the relevant configuration mentioned here, but I think that's just testing that configuration is marshalled and unmarshalled without losing information.
It this is not possible currently, what would be the most appropriate way to implement this? Should Config
gain methods for manipulating these particular settings, should Clone
/ PlainClone
do this by default, etc, etc.
Any guidance would be much appreciated :)