Updated scripts
This commit is contained in:
parent
1977d2e3de
commit
30cf3a62fe
24
gitconfig
24
gitconfig
@ -1,21 +1,21 @@
|
||||
# default to personal config
|
||||
[include]
|
||||
path = ~/.gitconfig.personal
|
||||
|
||||
# when working on work projects
|
||||
[includeIf "gitdir:**/work/**/.git"]
|
||||
path = ~/.gitconfig.work
|
||||
|
||||
[user]
|
||||
name = Christoffer Martinsson
|
||||
email = cm@cmtec.se
|
||||
[credential]
|
||||
helper = cache
|
||||
helper = store --file ~/.my-credentials
|
||||
[credential "https://dev.azure.com"]
|
||||
useHttpPath = true
|
||||
useHttpPath = true
|
||||
[credential "https://git.cmtec.se"]
|
||||
helper = store
|
||||
username = cm
|
||||
helper = store --file ~/.my-credentials
|
||||
username = cm
|
||||
[pull]
|
||||
rebase = false
|
||||
[merge]
|
||||
tool = nvimdiff
|
||||
[mergetool]
|
||||
keepBackup = false
|
||||
|
||||
# when working on work projects
|
||||
[includeIf "gitdir:**/work/**/.git"]
|
||||
path = ~/code_server/gitconfig.work
|
||||
|
||||
|
||||
@ -1,3 +0,0 @@
|
||||
[user]
|
||||
name = Christoffer Martinsson
|
||||
email = cm@cmtec.se
|
||||
@ -3,5 +3,5 @@
|
||||
email = christoffer.martinsson@mildef.com
|
||||
|
||||
[credential "https://git.mildef.com"]
|
||||
helper = store
|
||||
helper = store --file ~/.my-credentials
|
||||
username = christoffer
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user