git config
This commit is contained in:
parent
4ca7354b98
commit
bcb0717d4a
2 changed files with 11 additions and 0 deletions
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…
Add table
Add a link
Reference in a new issue