dotfiles/git/.gitconfig

16 lines
189 B
INI
Raw Permalink Normal View History

2021-08-31 14:18:45 +02:00
[alias]
status = st
st = status
co = checkout
[pull]
rebase = false
[init]
defaultBranch = main
[diff]
guitool = meld
tool = meld
[difftool]
prompt = false
2023-09-27 10:20:18 +02:00
[core]
autocrlf = input