diff options
| author | Ahmed Abdelhalim <[email protected]> | 2023-03-14 21:02:09 +0100 |
|---|---|---|
| committer | Ahmed Abdelhalim <[email protected]> | 2023-03-14 23:58:51 +0100 |
| commit | f853ab19232a4110d2c27d9ef29293994ab27975 (patch) | |
| tree | db581faff8e61886c1246657f69dcdfc20c145d5 /.gitconfig | |
| parent | 847ba748d4126ea13efd624675437f6460e7c60e (diff) | |
Update git configs with new key
Diffstat (limited to '.gitconfig')
| -rw-r--r-- | .gitconfig | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -10,7 +10,7 @@ [merge] tool = vimdiff [user] - name = a14m + name = Ahmed AbdelHalim email = [email protected] username = a14m signingkey = 7A690E8DFE36C63A99355B1B76296F290BE3A016 @@ -40,5 +40,5 @@ prune = true [commit] gpgsign = true -[includeIf "gitdir/i:~/Work/Springer"] +[includeIf "gitdir/i:~/Work/MBition"] path = ~/.gitconfig.work.inc |
