mirror of
https://github.com/pnx/dotfiles
synced 2026-06-16 03:14:55 +02:00
update git config
This commit is contained in:
parent
3004efa797
commit
fe51ab6fde
3 changed files with 31 additions and 0 deletions
12
git/config
Normal file
12
git/config
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
[user]
|
||||
email = henrik.hautakoski@gmail.com
|
||||
name = Henrik Hautakoski
|
||||
[pull]
|
||||
rebase = true
|
||||
[init]
|
||||
defaultBranch = main
|
||||
[fetch]
|
||||
prune = true
|
||||
|
||||
[include]
|
||||
path = ~/.config/git/delta.gitconfig
|
||||
Loading…
Add table
Add a link
Reference in a new issue