git - start with global excludesfile
This commit is contained in:
parent
576aa82a5b
commit
43ae41f493
2 changed files with 20 additions and 3 deletions
10
gitconfig
10
gitconfig
|
@ -1,7 +1,11 @@
|
|||
[user]
|
||||
name = Felix Van der Jeugt
|
||||
email = felix.vanderjeugt@gmail.com
|
||||
[push]
|
||||
default = simple
|
||||
name = Felix Van der Jeugt
|
||||
[pull]
|
||||
rebase = true
|
||||
[merge]
|
||||
conflictstyle = diff3
|
||||
[push]
|
||||
default = simple
|
||||
[core]
|
||||
excludesfile = ~/.config/gitignore
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue