dotfiles/home/dot_gitconfig

13 lines
223 B
Plaintext

# https://github.com/starr-dusT/dotfiles
# Global .gitconfig
[user]
email = starrtyler88@gmail.com
name = Tyler Starr
[github]
user = "starr-dusT"
[core]
sshCommand = "ssh -i ~/.ssh/keys/github_personal"