backup copy of git config file

This commit is contained in:
Stefen Auris 2018-02-06 11:22:45 -05:00
parent e3463f6a79
commit c160476003

13
git_config Normal file
View file

@ -0,0 +1,13 @@
[core]
repositoryformatversion = 0
filemode = true
bare = false
logallrefupdates = true
[remote "origin"]
url = git@github.com:steveokard/stevset.git
fetch = +refs/heads/*:refs/remotes/origin/*
[branch "master"]
remote = origin
merge = refs/heads/master
[submodule ".vim/bundle/Vundle.vim"]
url = https://github.com/VundleVim/Vundle.vim.git