kickstart.nvim/.gitconfig
Rahsheen Porter bcb0717d4a git config
2022-10-27 23:22:01 -04:00

11 lines
236 B
INI

# This is Git's per-user configuration file.
[user]
name = Rahsheen Porter
email = rahsheen.porter@thirtymadison.com
[alias]
co = checkout
ph = push -u origin HEAD
ff = pull --ff-only
[core]
excludesFile = ~/.config/git/ignore