Enabled git identities
This commit is contained in:
parent
c9373e94ae
commit
bc1bf26372
1 changed files with 8 additions and 3 deletions
|
@ -1,6 +1,13 @@
|
||||||
[user]
|
[user]
|
||||||
email = changeme
|
useConfigOnly = true
|
||||||
|
[user "changeme"]
|
||||||
name = changeme
|
name = changeme
|
||||||
|
email = changeme
|
||||||
|
signingkey = changeme
|
||||||
|
[alias]
|
||||||
|
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)\"; :"
|
||||||
|
[commit]
|
||||||
|
gpgsign = true
|
||||||
[push]
|
[push]
|
||||||
default = simple
|
default = simple
|
||||||
[core]
|
[core]
|
||||||
|
@ -51,5 +58,3 @@
|
||||||
writeCommitGraph = true
|
writeCommitGraph = true
|
||||||
[pull]
|
[pull]
|
||||||
rebase = true
|
rebase = true
|
||||||
[commit]
|
|
||||||
gpgsign = true
|
|
||||||
|
|
Loading…
Reference in a new issue