1
0
Fork 0

gitconfig: always rebase

This commit is contained in:
Von Random 2017-06-28 20:02:39 +03:00
parent 1476b0f6dc
commit 00d5050770

View file

@ -1,5 +1,3 @@
[url "von@git.vdrandom.org:git/"]
pushInsteadOf = git://git.vdrandom.org/
[credential "https://github.com"]
username = vdrandom
[credential "https://bitbucket.com"]
@ -9,3 +7,5 @@
name = Von Random
[push]
default = simple
[pull]
rebase = true