git config

This commit is contained in:
Rahsheen Porter 2022-10-27 23:22:01 -04:00
parent 4ca7354b98
commit bcb0717d4a
2 changed files with 11 additions and 0 deletions

1
.config/git/ignore Normal file
View File

@ -0,0 +1 @@
*.env.development

10
.gitconfig Normal file
View File

@ -0,0 +1,10 @@
# 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