From 00d50507701e46bd6d2aabb3859a49ea77a932a4 Mon Sep 17 00:00:00 2001 From: Von Random Date: Wed, 28 Jun 2017 20:02:39 +0300 Subject: [PATCH] gitconfig: always rebase --- gitconfig | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/gitconfig b/gitconfig index cb52ef9..ec61b94 100644 --- a/gitconfig +++ b/gitconfig @@ -1,11 +1,11 @@ -[url "von@git.vdrandom.org:git/"] - pushInsteadOf = git://git.vdrandom.org/ [credential "https://github.com"] - username = vdrandom + username = vdrandom [credential "https://bitbucket.com"] - username = vdrandom + username = vdrandom [user] - email = von@vdrandom.org - name = Von Random + email = von@vdrandom.org + name = Von Random [push] - default = simple + default = simple +[pull] + rebase = true