gitconfig

This commit is contained in:
thek4n 2024-10-27 23:09:02 +03:00
parent 17d463e424
commit dc0ab73547

View File

@ -38,11 +38,17 @@
[apply] [apply]
whitespace = fix whitespace = fix
[rerere]
enabled = true
[diff] [diff]
mnemonicPrefix = true mnemonicPrefix = true
suppressBlankEmpty = true suppressBlankEmpty = true
rename = copy rename = copy
submodule = short submodule = short
algorithm = histogram
colormoved = default
colormovedws = allow-indentation-change
[alias] [alias]
a = "!git ls-files --exclude-standard -m --others -t | fzf -1 -0 -m --bind load:last --preview 'git diff --color=always {2}' | cut -d' ' -f2 | xargs -r git add" a = "!git ls-files --exclude-standard -m --others -t | fzf -1 -0 -m --bind load:last --preview 'git diff --color=always {2}' | cut -d' ' -f2 | xargs -r git add"