Re: pushing specific branches to a public mirror repos
From: Johannes Sixt <hidden> Date: 2016-06-15 22:47:04
Graeme Geldenhuys schrieb:
Must this stay as is, or must I push 'remotes/trunk' to 'heads/master'?
push = +refs/remotes/trunk:refs/heads/trunk
vs
push = +refs/remotes/trunk:refs/heads/master
Both are OK. Pick the one that suits your needs.
-- Hannes