Compare commits
2 commits
106af9bccc
...
b1f22e7f6e
Author | SHA1 | Date | |
---|---|---|---|
b1f22e7f6e | |||
9a647f866e |
1 changed files with 6 additions and 3 deletions
|
@ -14,7 +14,8 @@
|
|||
pfusch = push --force-with-lease
|
||||
lclone = clone --filter=blob:none
|
||||
addp = add --patch
|
||||
|
||||
[init]
|
||||
defaultBranch = main
|
||||
[includeIf "hasconfig:remote.*.url:https://github.com:*/**"]
|
||||
path = ~/.gitconfig.github
|
||||
[includeIf "hasconfig:remote.*.url:git@github.com:*/**"]
|
||||
|
@ -23,5 +24,7 @@
|
|||
path = ~/.gitconfig.github
|
||||
[includeIf "hasconfig:remote.*.url:git@gitlab.com:*/**"]
|
||||
path = ~/.gitconfig.github
|
||||
[init]
|
||||
defaultBranch = main
|
||||
[url "ssh://git@github.com/"]
|
||||
pushInsteadOf = https://github.com/
|
||||
[url "ssh://git@gitlab.com/"]
|
||||
pushInsteadOf = https://gitlab.com/
|
||||
|
|
Loading…
Add table
Reference in a new issue