chore(fish): add git diff alias

This commit is contained in:
Stefan Imhoff
2023-01-01 19:00:22 +01:00
parent c8e45d2653
commit 40fc095833

View File

@@ -29,6 +29,7 @@ alias mkdir 'mkdir -p'
# Git
alias gst 'git status -sb'
alias gd 'git diff -- . ":(exclude)yarn.lock"'
alias gl 'git pull'
alias glr 'git pull --rebase'
alias glu 'git config user.name "Stefan Imhoff" && git config user.email "stefan@imhoff.name";'