Edgewall Software

Changes between Version 14 and Version 15 of TracTeam/Repositories


Ignore:
Timestamp:
May 15, 2017, 8:17:36 AM (7 years ago)
Author:
Ryan J Ollos
Comment:

Use modern branch names.

Legend:

Unmodified
Added
Removed
Modified
  • TracTeam/Repositories

    v14 v15  
    3232}}}
    3333
    34 After the clone, you'll see the following branches:
     34After the clone, you'll see the following branches (you may have fewer branches depending on when your repository was created):
    3535{{{#!sh
    3636$ git branch --all
    3737* trunk
    3838  remotes/origin/0.12-stable
     39  remotes/origin/1.0-stable
     40  remotes/origin/1.2-stable
    3941  remotes/origin/HEAD -> origin/trunk
    4042  remotes/origin/trunk
     
    5557}}}
    5658
    57 If you'd like to get a `0.12-stable` branch for tracking `mirror/0.12-stable`, simply do:
     59If you'd like to get a `1.2-stable` branch for tracking `mirror/1.2-stable`, simply do:
    5860{{{#!sh
    59 $ git branch 0.12-stable mirror/0.12-stable
    60 Branch 0.12-stable set up to track remote branch 0.12-stable from mirror.
     61$ git branch 1.2-stable mirror/1.2-stable
     62Branch 1.2-stable set up to track remote branch 1.2-stable from mirror.
    6163}}}
     64Repeat for other branches that you'd like to track locally.
    6265
    6366Disable pushing to the mirror, just to be safe: