Edgewall Software

Changes between Version 1 and Version 2 of TracTeam/Repositories


Ignore:
Timestamp:
Jun 23, 2012, 6:36:43 PM (12 years ago)
Author:
Christian Boos
Comment:

list the existing repositories

Legend:

Unmodified
Added
Removed
Modified
  • TracTeam/Repositories

    v1 v2  
    1313
    1414== Git repositories #git
     15
     16We currently have git repositories ready to use for the following people:
     17 cboos  jomae  jonas  osimons  psuter  rblank
     18
     19When they're becoming "active", we make them browsable here:
     20
     21 [repos:cboos.git] [repos:jomae.git]
    1522
    1623In the following instructions, replace `$user` with your actual user account on `edgewall.org`.
     
    6471For example:
    6572{{{
    66 $ git checkout -b ticketXYZ trunk
     73$ git checkout -b ticketXYZ/short-summary trunk
    6774}}}
    6875
     
    7380
    7481
    75 Then, you can add the repositories from other developers in as  many remotes as needed, e.g.
     82Note that you can add the repositories from other developers in as  many remotes as needed, e.g.
    7683{{{
    7784$ git remote add cboos http://svn.edgewall.org/git/trac/devs/cboos
    7885$ git remote add jomae http://svn.edgewall.org/git/trac/devs/jomae
    7986}}}
     87This makes it very easy to fetch topic branches from other people and to continue where they left or propose changes.
    8088
    81 In the end, the `.git/config` of such a repository will look like this:
     89In the end, a`.git/config` for such a repository where `user=jonas` will look like the following:
    8290{{{#!ini
    8391[core]