From d18fee38292a00f0e8cc31c882f6f91b114feada Mon Sep 17 00:00:00 2001 From: Von Random Date: Thu, 17 Mar 2016 11:44:14 +0300 Subject: [PATCH] gitconfig added (because I keep forgetting how to use pushinsteadof --- gitconfig | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 gitconfig diff --git a/gitconfig b/gitconfig new file mode 100644 index 0000000..e70cec3 --- /dev/null +++ b/gitconfig @@ -0,0 +1,11 @@ +[url "von@git.von.lol:"] + pushInsteadOf = git://git.von.lol/ +[credential "https://github.com"] + username = vdrandom +[credential "https://bitbucket.com"] + username = vdrandom +[user] + email = von@vdrandom.org + name = Von Random +[push] + default = simple