diff options
author | Loek Le Blansch <loek@pipeframe.xyz> | 2024-05-24 20:58:57 +0200 |
---|---|---|
committer | Loek Le Blansch <loek@pipeframe.xyz> | 2024-05-24 20:58:57 +0200 |
commit | be882bd892077ec756460ad37633462ff295af3e (patch) | |
tree | 2172e9d8c9f2a1cfd88432dccc96cb801347872d | |
parent | 9ef532c7184997289944b14178117adf2aa1e631 (diff) |
change git username to full name
-rw-r--r-- | .config/git/config##template | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.config/git/config##template b/.config/git/config##template index 09efdff..21d4c0e 100644 --- a/.config/git/config##template +++ b/.config/git/config##template @@ -2,7 +2,7 @@ defaultBranch = master [user] email = loek@pipeframe.xyz - name = lonkaars + name = Loek Le Blansch signingkey = {{ env.GPG_ID_GIT }} [commit] gpgsign = true |