Re: [PATCH] pulling signed tag: add howto document
From: Marc Branchaud <hidden>
Date: 2016-06-15 22:52:49
On 12-01-18 04:22 PM, Junio C Hamano wrote:
Marc Branchaud [off-list ref] writes:quoted
quoted
+ +------------ + $ git checkout work + $ ... "git pull" from sublieutenants, "git commit" your own work ... + $ git tag -s -m "Completed frotz feature" frotz-for-xyzzy work +------------ + +and pushes the tag out to her publishing repository [*2*]. There is noThis footnote speaks of the example using a +, but the example does no such thing.quoted
+need to push the `work` branch or anything else: + +------------ + $ git push example.com:/git/froboz.git/ +frotz-for-xyzzy +------------Do you not see the plus in front of +'frotz-for-xyzzy' above, or am I missing something?
Oops, I was tripped up because the footnote is attached to a sentence that my addled mind associates with the previous "git tag" example. It might be better to just move the footnote to the end of the next sentence. M.