git: remove url substitution
This commit is contained in:
parent
5e73562168
commit
0e802e8f4b
1 changed files with 3 additions and 3 deletions
|
@ -63,6 +63,7 @@ guilt = "!f(){ git log --pretty='format:%an <%ae>' $@ | sort | uniq -c | sort -r
|
||||||
serve = daemon --verbose --export-all --base-path=.git --reuseaddr --strict-paths .git/
|
serve = daemon --verbose --export-all --base-path=.git --reuseaddr --strict-paths .git/
|
||||||
|
|
||||||
identity = "! git config user.name \"$(git config user.$1.name)\"; git config user.email \"$(git config user.$1.email)\"; git config user.signingkey \"$(git config user.$1.signingkey)\"; :"
|
identity = "! git config user.name \"$(git config user.$1.name)\"; git config user.email \"$(git config user.$1.email)\"; git config user.signingkey \"$(git config user.$1.signingkey)\"; :"
|
||||||
|
|
||||||
[color]
|
[color]
|
||||||
ui = auto
|
ui = auto
|
||||||
branch = auto
|
branch = auto
|
||||||
|
@ -104,9 +105,8 @@ email = daniel@arity.se
|
||||||
[init]
|
[init]
|
||||||
defaultBranch = main
|
defaultBranch = main
|
||||||
|
|
||||||
[url "git@github.com:"]
|
; [url "git@github.com:"]
|
||||||
insteadOf = https://github.com/
|
; insteadOf = https://github.com/
|
||||||
insteadOf = https://github.com/
|
|
||||||
|
|
||||||
[lfs]
|
[lfs]
|
||||||
concurrenttransfers = 32
|
concurrenttransfers = 32
|
||||||
|
|
Loading…
Reference in a new issue