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/*