backup copy of git config file
This commit is contained in:
parent
e3463f6a79
commit
c160476003
1 changed files with 13 additions and 0 deletions
13
git_config
Normal file
13
git_config
Normal 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
|
Loading…
Add table
Add a link
Reference in a new issue