Skip to content

Commit

Permalink
chore(git): alias git show
Browse files Browse the repository at this point in the history
  • Loading branch information
haunt98 committed Dec 16, 2023
1 parent 8c57414 commit a2287fd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/git.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ git config --global alias.psa "!git remote | xargs -L1 git push"
git config --global alias.psaf "!git remote | xargs -L1 git push --force-with-lease"
git config --global alias.psf "push --force-with-lease"
git config --global alias.rank "shortlog -nse --no-merges"
git config --global alias.sh show
git config --global alias.st status
git config --global alias.sw switch
git config --global alias.tg "tag --sort=-version:refname"
Expand Down

0 comments on commit a2287fd

Please sign in to comment.