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 committed Nov 2, 2023
1 parent e38696a commit 5690939
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions aliases/available/git.aliases.bash
Original file line number Diff line number Diff line change
Expand Up @@ -152,6 +152,8 @@ alias gsl='git shortlog -sn'

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

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

0 comments on commit 5690939

Please sign in to comment.