From c1604760032577737c6c910f4a9cca43a8faa64c Mon Sep 17 00:00:00 2001 From: steveokard Date: Tue, 6 Feb 2018 11:22:45 -0500 Subject: [PATCH] backup copy of git config file --- git_config | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 git_config diff --git a/git_config b/git_config new file mode 100644 index 0000000..ab755c6 --- /dev/null +++ b/git_config @@ -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