~tom.prince/twisted-trac-integration/kenaan-amptrac

« back to all changes in this revision

Viewing changes to svn-hooks/git/config

Add some more deployment instructions and point the mirror at the more "official" (-looking) name on github.

Show diffs side-by-side

added added

removed removed

Lines of Context:
19
19
        url = .
20
20
        push = refs/svn/*:refs/mirror/*
21
21
[remote "mirror"]
22
 
        url = git@github.com:tomprince/twisted.git
 
22
        url = git@github.com:twisted/twisted.git
23
23
        push = refs/mirror/*:refs/heads/*
24
24
        push = refs/heads/trunk
25
25
        push = refs/tags/*
26
26
        push = refs/heads/releases/*
27
27
[remote "fetch"]
28
 
        url = https://github.com/tomprince/twisted.git
 
28
        url = https://github.com/twisted/twisted.git
29
29
        fetch = refs/heads/*:refs/svn/*
30
30
        fetch = refs/heads/trunk:refs/heads/trunk
31
31
        fetch = refs/tags/*:refs/tags/*