Skip to content

Commit

Permalink
refactor(sh): aliases_git - tag aliases
Browse files Browse the repository at this point in the history
  • Loading branch information
szymonos committed Oct 7, 2023
1 parent c1d7136 commit 93a5f78
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .assets/config/bash_cfg/aliases_git.sh
Original file line number Diff line number Diff line change
Expand Up @@ -181,9 +181,9 @@ alias gstb='git status -sb'
alias gsts='git status -s'
alias gsvnd='git svn dcommit'
alias gsvnr='git svn rebase'
alias gt='git tag'
alias gts='git tag -s'
alias gtv='git tag | sort -V'
alias gt='git tag --sort=v:refname'
alias gts='git tag --sign'
alias gtr="git for-each-ref refs/tags/ --sort=v:refname --format='%1B[33m%(objectname:short)%1B[m %1B[31m%(refname:short)%1B[m %(subject) %1B[1;94m%(authorname)%1B[m %1B[36m%(authoremail)%1B[m'"
alias gunignore='git update-index --no-assume-unchanged'
alias gunwip='git log -n 1 | grep -q -c "\-\-wip\-\-" && git reset HEAD~1'
alias gwch='git whatchanged -p --abbrev-commit --pretty=medium'
Expand Down

0 comments on commit 93a5f78

Please sign in to comment.