20 lines
315 B
Plaintext
20 lines
315 B
Plaintext
[user]
|
|
name = Tomas Mirchev
|
|
email = contact@tomastm.com
|
|
[core]
|
|
editor = nvim
|
|
excludesfile = ~/.gitignore
|
|
[init]
|
|
defaultBranch = main
|
|
[pull]
|
|
rebase = true
|
|
[push]
|
|
default = current
|
|
autoSetupRemote = true
|
|
[remote]
|
|
pushDefault = origin
|
|
[alias]
|
|
amend = commit -a --amend --no-edit
|
|
rename = branch -m
|
|
|