Skip to content

Commit 9f92a29

Browse files
authored
Merge pull request #2219 from bittner/patch-2
Add git alias `gshn` (`git show --name-only`)
2 parents 7370d88 + 5690939 commit 9f92a29

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

aliases/available/git.aliases.bash

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -152,6 +152,8 @@ alias gsl='git shortlog -sn'
152152

153153
# show
154154
alias gsh='git show'
155+
alias gshn='git show --name-only'
156+
alias gshns='git show --name-status'
155157

156158
# svn
157159
alias gsd='git svn dcommit'

0 commit comments

Comments
 (0)