fix git ds alias
This commit is contained in:
parent
9a9e42d146
commit
d9dc604fd7
@ -48,7 +48,7 @@
|
|||||||
[alias]
|
[alias]
|
||||||
a = "!git ls-files --exclude-standard -m --others -t | fzf -m --bind ctrl-a:toggle-all | cut -d' ' -f2 | xargs git add"
|
a = "!git ls-files --exclude-standard -m --others -t | fzf -m --bind ctrl-a:toggle-all | cut -d' ' -f2 | xargs git add"
|
||||||
d = diff --color-words
|
d = diff --color-words
|
||||||
ds = diff --staged --colors-only
|
ds = diff --staged --color-words
|
||||||
dno = diff --name-only
|
dno = diff --name-only
|
||||||
co = checkout
|
co = checkout
|
||||||
ci = commit
|
ci = commit
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user