git config
This commit is contained in:
parent
4ca7354b98
commit
bcb0717d4a
1
.config/git/ignore
Normal file
1
.config/git/ignore
Normal file
@ -0,0 +1 @@
|
||||
*.env.development
|
10
.gitconfig
Normal file
10
.gitconfig
Normal 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
|
Loading…
x
Reference in New Issue
Block a user