dotfiles/home/dot_gitconfig

13 lines
223 B
Plaintext
Raw Normal View History

# https://github.com/starr-dusT/dotfiles
2023-05-21 17:12:28 -07:00
# Global .gitconfig
[user]
email = starrtyler88@gmail.com
name = Tyler Starr
[github]
user = "starr-dusT"
[core]
2023-02-19 17:25:29 -08:00
sshCommand = "ssh -i ~/.ssh/keys/github_personal"