fix gitconfig whitespace
This commit is contained in:
parent
c7b734ecd1
commit
0536c8ca8c
3 changed files with 9 additions and 6 deletions
13
.gitconfig
13
.gitconfig
|
@ -1,3 +1,4 @@
|
|||
# vim: noet
|
||||
[user]
|
||||
name = deneb
|
||||
email = deneb@screee.ee
|
||||
|
@ -11,14 +12,14 @@
|
|||
format = ssh
|
||||
[alias]
|
||||
pfusch = push --force-with-lease
|
||||
lclone = clone --filter=blob:none
|
||||
addp = add --patch
|
||||
lclone = clone --filter=blob:none
|
||||
addp = add --patch
|
||||
|
||||
[includeIf "hasconfig:remote.*.url:https://github.com:*/**"]
|
||||
path = ~/.gitconfig.github
|
||||
path = ~/.gitconfig.github
|
||||
[includeIf "hasconfig:remote.*.url:git@github.com:*/**"]
|
||||
path = ~/.gitconfig.github
|
||||
path = ~/.gitconfig.github
|
||||
[includeIf "hasconfig:remote.*.url:https://gitlab.com:*/**"]
|
||||
path = ~/.gitconfig.github
|
||||
path = ~/.gitconfig.github
|
||||
[includeIf "hasconfig:remote.*.url:git@gitlab.com:*/**"]
|
||||
path = ~/.gitconfig.github
|
||||
path = ~/.gitconfig.github
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
# vim: noet
|
||||
[user]
|
||||
name = DenebTM
|
||||
email = deneb@screee.ee
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
# vim: noet
|
||||
[user]
|
||||
name = DenebTM
|
||||
email = deneb@screee.ee
|
||||
|
|
Loading…
Add table
Reference in a new issue