Skip to content

Commit

Permalink
added git tag commmand
Browse files Browse the repository at this point in the history
Signed-off-by: ivan katliarchuk <ivan.katliarchuk@gmail.com>
  • Loading branch information
ivankatliarchuk committed Sep 14, 2023
1 parent c93bb04 commit 4c4e347
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
6 changes: 6 additions & 0 deletions shell/aliase/git
Original file line number Diff line number Diff line change
Expand Up @@ -72,3 +72,9 @@ alias fgittag=_gtag
alias fgitlog=_glog
alias fgitstash=_gstash
alias fgitremote=_gremote

_git_tag_it() {
git tag -a $1 -m "$2"
}

alias g.tagit='_git_tag_it' # tag + message
5 changes: 4 additions & 1 deletion shell/aliases
Original file line number Diff line number Diff line change
Expand Up @@ -315,4 +315,7 @@ alias cmds='commands'
#END alias-definitions

# https://apple.stackexchange.com/questions/217728/cant-delete-partition
alias d.utilmerge="diskutil mergePartitions HFS+ mynew disk3s1 disk3s2
# diskutil list
# diskutil eraseDisk JHFS+ macosinstall disk5
alias disk.l="diskutil list"
alias disk.utilmerge="diskutil mergePartitions HFS+ mynew disk3s1 disk3s2"

0 comments on commit 4c4e347

Please sign in to comment.