mirror of
https://github.com/kogakure/dotfiles.git
synced 2026-02-03 20:25:30 +00:00
chore(fish): add git diff alias
This commit is contained in:
@@ -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";'
|
||||
|
||||
Reference in New Issue
Block a user