git config

pull/643/head
Rahsheen Porter 3 years ago
parent 4ca7354b98
commit bcb0717d4a

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

@ -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
Loading…
Cancel
Save