gitconfig
This commit is contained in:
parent
17d463e424
commit
dc0ab73547
@ -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"
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user