This repository has been archived on 2024-04-07. You can view files and clone it, but cannot push or open issues or pull requests.
dotfiles/dotfiles/gitconfig
2020-11-29 16:27:49 -03:00

16 lines
291 B
Plaintext

[user]
name = {{@@ username @@}}
email = {{@@ username @@}}@{{@@ mail @@}}
[init]
defaultBranch = main
[pull]
rebase = false
[pager]
# diff-highlight is script provided by git that shows word-by-word diff
log = diffr | less
show = diffr | less
diff = diffr | less