dotfiles/dot_gitconfig

13 lines
293 B
Plaintext
Raw Normal View History

2024-02-05 09:08:06 -04:00
[credential]
credentialStore = secretservice
2024-09-18 12:46:39 -03:00
helper = /usr/bin/git-credential-manager
2024-02-05 09:08:06 -04:00
[credential "https://dev.azure.com"]
useHttpPath = true
[credential "https://git.shoebottom.ca"]
provider = generic
[user]
email = ir.shoebottom@gmail.com
name = Isaac Shoebottom
2024-09-18 12:46:39 -03:00
[core]
editor = nano