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]
|
[user]
|
||||||
name = deneb
|
name = deneb
|
||||||
email = deneb@screee.ee
|
email = deneb@screee.ee
|
||||||
|
@ -11,14 +12,14 @@
|
||||||
format = ssh
|
format = ssh
|
||||||
[alias]
|
[alias]
|
||||||
pfusch = push --force-with-lease
|
pfusch = push --force-with-lease
|
||||||
lclone = clone --filter=blob:none
|
lclone = clone --filter=blob:none
|
||||||
addp = add --patch
|
addp = add --patch
|
||||||
|
|
||||||
[includeIf "hasconfig:remote.*.url:https://github.com:*/**"]
|
[includeIf "hasconfig:remote.*.url:https://github.com:*/**"]
|
||||||
path = ~/.gitconfig.github
|
path = ~/.gitconfig.github
|
||||||
[includeIf "hasconfig:remote.*.url:git@github.com:*/**"]
|
[includeIf "hasconfig:remote.*.url:git@github.com:*/**"]
|
||||||
path = ~/.gitconfig.github
|
path = ~/.gitconfig.github
|
||||||
[includeIf "hasconfig:remote.*.url:https://gitlab.com:*/**"]
|
[includeIf "hasconfig:remote.*.url:https://gitlab.com:*/**"]
|
||||||
path = ~/.gitconfig.github
|
path = ~/.gitconfig.github
|
||||||
[includeIf "hasconfig:remote.*.url:git@gitlab.com:*/**"]
|
[includeIf "hasconfig:remote.*.url:git@gitlab.com:*/**"]
|
||||||
path = ~/.gitconfig.github
|
path = ~/.gitconfig.github
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
|
# vim: noet
|
||||||
[user]
|
[user]
|
||||||
name = DenebTM
|
name = DenebTM
|
||||||
email = deneb@screee.ee
|
email = deneb@screee.ee
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
|
# vim: noet
|
||||||
[user]
|
[user]
|
||||||
name = DenebTM
|
name = DenebTM
|
||||||
email = deneb@screee.ee
|
email = deneb@screee.ee
|
||||||
|
|
Loading…
Add table
Reference in a new issue