Skip to content

Commit

Permalink
refactor: add git diff --name-only alias to zshrc
Browse files Browse the repository at this point in the history
  • Loading branch information
EscapeLife committed Apr 7, 2023
1 parent 5c7345a commit 9d6f4b0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions zshrc
Original file line number Diff line number Diff line change
Expand Up @@ -379,6 +379,7 @@ alias gdt="git diff-tree --no-commit-id --name-only -r"
alias gdw="git diff --word-diff"
alias gdf="git diff --name-status"
alias gds="git diff --cached --submodule"
alias gdn="git diff --name-only"
alias gbl="git blame -b -w"
alias gcount="git shortlog -sn"

Expand Down

0 comments on commit 9d6f4b0

Please sign in to comment.