bobtownsend
9/14/2017 - 6:48 PM

Git sample config

Git sample config

[core]
        repositoryformatversion = 0
        filemode = false
        bare = false
        logallrefupdates = true
        symlinks = false
        ignorecase = true
[remote "origin"]
        url = git@github-COMPANY:COMPANY/REPONAME.git
        fetch = +refs/heads/*:refs/remotes/origin/*