diff options
| author | Ahmed Abdelhalim <[email protected]> | 2022-06-02 14:50:05 +0200 |
|---|---|---|
| committer | Ahmed Abdelhalim <[email protected]> | 2022-06-02 15:06:33 +0200 |
| commit | c085561ef880c1775056e18dc6e2534eddd9a3aa (patch) | |
| tree | a71cee0711b076b92f04b84866b06dedc4dd76a0 /.gitconfig | |
| parent | f3a4620e2762a080d31c0da5b3c0a10857954865 (diff) | |
Update gitconfig to include separate work config for user config
Diffstat (limited to '.gitconfig')
| -rw-r--r-- | .gitconfig | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -8,7 +8,7 @@ [merge] tool = vimdiff [user] - name = Ahmed AbdelHalim + name = a14m email = [email protected] username = a14m signingkey = 7A690E8DFE36C63A99355B1B76296F290BE3A016 @@ -37,3 +37,5 @@ prune = true [commit] gpgsign = true +[includeIf "gitdir/i:~/Work/Springer"] + path = ~/.gitconfig.work.inc |
