Skip to content

Commit

Permalink
Add git alias gshn (git show --name-only)
Browse files Browse the repository at this point in the history
Adds a short Git alias for `git show --name-only`, which list the files affected by the changes only (instead of the full diff).
  • Loading branch information
bittner authored Sep 30, 2023
1 parent e38696a commit 803de19
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions aliases/available/git.aliases.bash
Original file line number Diff line number Diff line change
Expand Up @@ -152,6 +152,7 @@ alias gsl='git shortlog -sn'

# show
alias gsh='git show'
alias gshn='git show --name-only'

# svn
alias gsd='git svn dcommit'
Expand Down

0 comments on commit 803de19

Please sign in to comment.