Skip to content

Commit

Permalink
Merge pull request #2219 from bittner/patch-2
Browse files Browse the repository at this point in the history
Add git alias `gshn` (`git show --name-only`)
  • Loading branch information
seefood authored Nov 5, 2024
2 parents 7370d88 + 5690939 commit 9f92a29
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 9f92a29

Please sign in to comment.