jyr (owner)

Revisions

gist: 228885 Download_button fork
public
Public Clone URL: git://gist.github.com/228885.git
Embed All Files: show embed
config #
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[core]
        repositoryformatversion = 0
        filemode = true
        bare = false
        logallrefupdates = true
        ignorecase = true
[remote "origin"]
        url = git@codaset.com:jyr/loan-manager.git
        fetch = +refs/heads/*:refs/remotes/origin/*
 
[remote "norwest"]
        url = git@tuservidor.com:norwest.git
        fetch = +refs/heads/*:refs/remotes/norwest/*
 
[remote "all"]
        url = git@codaset.com:jyr/loan-manager.git
        url = git@tuservidor.com:norwest.git