gitconfig added (because I keep forgetting how to use pushinsteadof
This commit is contained in:
parent
419f025ad4
commit
d18fee3829
1 changed files with 11 additions and 0 deletions
11
gitconfig
Normal file
11
gitconfig
Normal file
|
@ -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
|
Loading…
Reference in a new issue