Edgewall Software

Changes between Version 5 and Version 6 of TracTeam/Repositories


Ignore:
Timestamp:
Apr 20, 2014, 1:01:57 PM (10 years ago)
Author:
Jun Omae
Comment:

Added how to get tags from mirror repository

Legend:

Unmodified
Added
Removed
Modified
  • TracTeam/Repositories

    v5 v6  
    4848}}}
    4949(use that URL directly from e.o, or use one of the github ones)
     50
     51If you'd like to get tags from the mirror, do like this:
     52{{{
     53$ git fetch mirror 'refs/remotes/tags/*:refs/tags/*'
     54}}}
    5055
    5156We also would like to fetch from this remote instead of the origin for the local  branch `trunk`, so we need to replace `origin` by `mirror`: