Git auto-tracking branches from a clone
Posted
by John K
on Stack Overflow
See other posts from Stack Overflow
or by John K
Published on 2010-04-01T19:41:08Z
Indexed on
2010/04/01
19:43 UTC
Read the original article
Hit count: 260
git
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.
© Stack Overflow or respective owner