Felipe Contreras wrote: > But my only concern is that there's no way to > do something like: > > % git fetch backup 'refs/tags/*:refs/tags/*' 'refs/heads/*:refs/heads/*'
[remote "backup"]
fetch = refs/tags/*:refs/tags/*
fetch = refs/heads/*:refs/heads/*
What am I missing?
--
To unsubscribe from this list: send the line "unsubscribe git" in
the body of a message to [email protected]
More majordomo info at http://vger.kernel.org/majordomo-info.html

