gitconfig
This commit is contained in:
parent
17d463e424
commit
dc0ab73547
@ -38,11 +38,17 @@
|
||||
[apply]
|
||||
whitespace = fix
|
||||
|
||||
[rerere]
|
||||
enabled = true
|
||||
|
||||
[diff]
|
||||
mnemonicPrefix = true
|
||||
suppressBlankEmpty = true
|
||||
rename = copy
|
||||
submodule = short
|
||||
algorithm = histogram
|
||||
colormoved = default
|
||||
colormovedws = allow-indentation-change
|
||||
|
||||
[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"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user