Re: Pushing a single tag (ref + object)?
From: Horst von Brand <hidden>
Date: 2016-06-15 22:42:09
Martin Langhoff [off-list ref] wrote:
While we are using a repo which holds all our branches
(dev/test/prod), locally we have a group of developers that checkout
one repo-per-branch, working on it with a
cg-clone/cg-update/cg-commit/cg-push workcycle. So far it's working
great.
Now, I am at a loss on how to push a _tag_ object+ref to the repo,
without doing a git-push --all, which I naturally don't want to do. I
managed to push the object itself, doing
git-push repository tagrefname
But that ddn't create the ref on the repo. So I had to do
scp .git/refs/tags/refname repostory/refs/tags/
I've done:
git push repository refs/tags/refname
--
Dr. Horst H. von Brand User #22616 counter.li.org
Departamento de Informatica Fono: +56 32 654431
Universidad Tecnica Federico Santa Maria +56 32 654239
Casilla 110-V, Valparaiso, Chile Fax: +56 32 797513