mirror of
https://github.com/pnx/dotfiles
synced 2026-06-16 03:14:55 +02:00
add gitconfig
This commit is contained in:
parent
2258cc46b6
commit
62709e8790
1 changed files with 9 additions and 0 deletions
9
gitconfig
Normal file
9
gitconfig
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
[user]
|
||||
email = henrik.hautakoski@gmail.com
|
||||
name = Henrik Hautakoski
|
||||
[pull]
|
||||
rebase = true
|
||||
[init]
|
||||
defaultBranch = main
|
||||
[fetch]
|
||||
prune = true
|
||||
Loading…
Add table
Add a link
Reference in a new issue