Git auto-tracking branches from a clone
- by John K
I have a git bare repo that I manage and I want to have git auto create tracking branches for all the remote branches. That way no one has to auto create them.
I tried to do it in a post fetch hook, but couldn't get it working.