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

16 lines
423 B
Plaintext
Raw Normal View History

2020-10-24 19:35:45 +02:00
[user]
name = {{@@ username @@}}
email = {{@@ username @@}}@{{@@ mail @@}}
2020-10-27 20:26:15 +01:00
[init]
defaultBranch = main
2020-10-24 19:35:45 +02:00
[pull]
rebase = false
2020-11-29 20:17:40 +01:00
[pager]
# diff-highlight is script provided by git that shows word-by-word diff
log = perl /usr/share/git/diff-highlight/diff-highlight | less
show = perl /usr/share/git/diff-highlight/diff-highlight | less
diff = perl /usr/share/git/diff-highlight/diff-highlight | less