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/
|
||||
|
||||
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]
|
||||
ui = auto
|
||||
branch = auto
|
||||
|
@ -104,9 +105,8 @@ email = daniel@arity.se
|
|||
[init]
|
||||
defaultBranch = main
|
||||
|
||||
[url "git@github.com:"]
|
||||
insteadOf = https://github.com/
|
||||
insteadOf = https://github.com/
|
||||
; [url "git@github.com:"]
|
||||
; insteadOf = https://github.com/
|
||||
|
||||
[lfs]
|
||||
concurrenttransfers = 32
|
||||
|
|
Loading…
Reference in a new issue