mirror of
https://github.com/protesilaos/dotfiles.git
synced 2026-09-10 07:16:20 -04:00
Minor update to bashrc
Add a couple of aliases for `git tag`.
This commit is contained in:
parent
f6ea243161
commit
eafc7dee2d
|
|
@ -322,6 +322,10 @@ if [ "$(command -v git 2> /dev/null)" ]; then
|
|||
alias gmerg='git merge -S --edit --stat'
|
||||
alias gmerge='git merge -S --edit --stat'
|
||||
|
||||
# tagging
|
||||
alias gtag='git tag --sign' # followed by the tag's name
|
||||
alias gtagl='git tag --list'
|
||||
|
||||
# syncing
|
||||
alias gpull='git pull'
|
||||
alias gfetch='git fetch'
|
||||
|
|
|
|||
Loading…
Reference in a new issue