diff options
| -rw-r--r-- | .gitconfig | 2 | ||||
| -rw-r--r-- | .gitconfig-antmicro | 3 |
2 files changed, 5 insertions, 0 deletions
@@ -43,3 +43,5 @@ autoStash = true [diff] algorithm = histogram +[includeIf "gitdir:**/data/projects/antmicro/**"] + path = .gitconfig-antmicro diff --git a/.gitconfig-antmicro b/.gitconfig-antmicro new file mode 100644 index 0000000..8899b53 --- /dev/null +++ b/.gitconfig-antmicro @@ -0,0 +1,3 @@ +[user] + email = msobkowski@antmicro.com + |
