This commit is contained in:
Daniel Lundin 2021-03-31 11:02:29 +02:00
parent 03fcc056f0
commit 8b86e7dfd2
5 changed files with 77 additions and 24 deletions

View file

@ -21,7 +21,7 @@ rebase = true
b = branch -va
d = diff --stat -p -C
ds = diff --staged --stat -p -C
du = !"git --no-pager diff --stat -p -C --color=always | bat"
du = !"git --no-pager diff --stat -p -C --color=always"
patch = !git --no-pager diff --no-color
co = checkout
st = status -sb