Edgewall Software

Changes between Version 7 and Version 8 of TracTeam/Repositories


Ignore:
Timestamp:
Jun 5, 2014, 8:37:40 AM (10 years ago)
Author:
Ryan J Ollos
Comment:

--set-upstream is deprecated (as reported by git 1.8.1.2).

Legend:

Unmodified
Added
Removed
Modified
  • TracTeam/Repositories

    v7 v8  
    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 --set-upstream -f trunk mirror/trunk
     59$ git branch --track -f trunk mirror/trunk
    6060Branch trunk set up to track remote branch trunk from mirror.
    6161}}}