Browse Source

Update git config according to path

ubuntu_ci
Ein Verne 4 years ago
parent
commit
8661a6140a
No known key found for this signature in database
GPG Key ID: 926634D64ACAD792
  1. 5
      git/global.gitconfig

5
git/global.gitconfig

@ -101,6 +101,8 @@
# Stash aliases
save = stash save
pop = stash pop
[commit]
gpgSign = true
[branch]
autosetuprebase = always
@ -123,3 +125,6 @@
[includeIf "gitdir:~/projects/"]
path = ~/projects/.gitconfig
[includeIf "gitdir:/Users/einverne/mifi-credit/"]
path = .gitconfig-work

Loading…
Cancel
Save