Edgewall Software

Changes between Version 9 and Version 10 of TracTeam/Repositories


Ignore:
Timestamp:
Jul 13, 2014, 6:11:18 PM (10 years ago)
Author:
Ryan J Ollos
Comment:

psuter.git is active.

Legend:

Unmodified
Added
Removed
Modified
  • TracTeam/Repositories

    v9 v10  
    1919When they're becoming "active", we make them browsable here:
    2020
    21  [repos:cboos.git] [repos:jomae.git] [repos:rjollos.git]
     21 [repos:cboos.git] [repos:jomae.git] [repos:psuter.git] [repos:rjollos.git]
    2222
    2323In the following instructions, replace `$user` with your actual user account on `edgewall.org`.
     
    9191$ git remote add jomae http://svn.edgewall.org/git/trac/devs/jomae
    9292$ git remote add rjollos http://svn.edgewall.org/git/trac/devs/rjollos
     93$ git remote add psuter http://svn.edgewall.org/git/trac/devs/psuter
    9394}}}
    9495This makes it very easy to fetch topic branches from other people and to continue where they left or propose changes.
     
    126127        url = http://svn.edgewall.org/git/trac/devs/rjollos
    127128        fetch = +refs/heads/*:refs/remotes/rjollos/*
     129[remote "psuter"]
     130        url = http://svn.edgewall.org/git/trac/devs/psuter
     131        fetch = +refs/heads/*:refs/remotes/psuter/*
    128132}}}