Edgewall Software

Changes between Version 8 and Version 9 of TracTeam/Repositories


Ignore:
Timestamp:
Jun 5, 2014, 5:43:02 PM (10 years ago)
Author:
Ryan J Ollos
Comment:

Modify command so that it will work regardless of which branch we are currently on.

Legend:

Unmodified
Added
Removed
Modified
  • TracTeam/Repositories

    v8 v9  
    5757We 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`:
    5858{{{
    59 $ git branch --track -f trunk mirror/trunk
     59$ git branch --set-upstream-to=mirror/trunk trunk
    6060Branch trunk set up to track remote branch trunk from mirror.
    6161}}}