Choosing the qt tree to file merge requests

Raphael Kubo da Costa kubito at gmail.com
Mon Sep 14 18:12:59 BST 2009


2009/9/14 David Faure <faure at kde.org>:
>> >> Tags are global. As soon as you fetched it, it should appear in "git
>> >> tag".
>> >
>> > But how does one list tags in the first place? The only way is to be told
>> > the tag name by email??
>>
>> git tag
>
> That only shows it now that fetch got it. It's missing a -r option for "remote
> tags", isn't it? OK, "git fetch" gets them, but still... it works differently
> from branches for no reason (on that particular point; getting a list of
> them).

Are you sure? Even the remote branches are only updated after you
fetch from a given remote. If a new branch 4.6tp1-patched was created,
you'd still have to run 'git fetch' before 'git branch -a' showed it
on the branch list.




More information about the kde-core-devel mailing list