git config
This commit is contained in:
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…
Reference in New Issue