feat: improve git configuration
This commit is contained in:
parent
ceb4daf128
commit
a8ec6b83e2
@ -4,8 +4,11 @@
|
|||||||
|
|
||||||
git config --global user.name "Xavier Logerais"
|
git config --global user.name "Xavier Logerais"
|
||||||
git config --global user.email "xavier@logerais.com"
|
git config --global user.email "xavier@logerais.com"
|
||||||
git config --global rerere.enabled 1
|
|
||||||
|
git config --global credential.helper cache
|
||||||
|
|
||||||
git config --global merge.conflictstyle diff3
|
git config --global merge.conflictstyle diff3
|
||||||
|
git config --global rerere.enabled 1
|
||||||
|
|
||||||
cat <<EOF >~/.gitignore
|
cat <<EOF >~/.gitignore
|
||||||
### asdf ###
|
### asdf ###
|
||||||
@ -19,4 +22,8 @@ cat <<EOF >~/.gitignore
|
|||||||
.venv
|
.venv
|
||||||
EOF
|
EOF
|
||||||
|
|
||||||
|
cat <<EOF >~/.gitattributes
|
||||||
|
EOF
|
||||||
|
|
||||||
git config --global core.excludesfile ~/.gitignore
|
git config --global core.excludesfile ~/.gitignore
|
||||||
|
git config --global core.attributesfile ~/.gitattributes
|
||||||
|
Loading…
x
Reference in New Issue
Block a user