commit 4a4c75e5c153275b81fab2cd1a3f7686d5741dde parent 46971473362d54390fe2846cacff98e74a789fa2 Author: finwo <finwo@pm.me> Date: Tue, 11 Apr 2023 11:12:28 +0200 Default gitconfig identity now set to yersa Diffstat:
| M | git/home/.gitconfig | | | 7 | ++++--- |
1 file changed, 4 insertions(+), 3 deletions(-)
diff --git a/git/home/.gitconfig b/git/home/.gitconfig @@ -1,6 +1,6 @@ [user] - email = robin@finwo.nl - name = Robin Bron + email = yersa@finwo.nl + name = Yersa Nordman [push] followTags = true [credential] @@ -10,4 +10,5 @@ [init] defaultBranch = master [core] - ignorecase = false + ignorecase = false + filemode = true