Added 'git tag' alias (gt)
This commit is contained in:
@@ -82,6 +82,7 @@ git_log_stat_alias="gls"
|
|||||||
git_log_graph_alias="glg"
|
git_log_graph_alias="glg"
|
||||||
git_show_alias="gsh"
|
git_show_alias="gsh"
|
||||||
git_show_summary="gsm" # (gss taken by git status short)
|
git_show_summary="gsm" # (gss taken by git status short)
|
||||||
|
git_tag_alias="gt"
|
||||||
|
|
||||||
|
|
||||||
# Git Keyboard Shortcuts
|
# Git Keyboard Shortcuts
|
||||||
|
|||||||
@@ -120,6 +120,7 @@ if [ "$git_setup_aliases" = "yes" ]; then
|
|||||||
__git_alias "$git_cherry_pick_alias" "git" 'cherry-pick'
|
__git_alias "$git_cherry_pick_alias" "git" 'cherry-pick'
|
||||||
__git_alias "$git_show_alias" "git" 'show'
|
__git_alias "$git_show_alias" "git" 'show'
|
||||||
__git_alias "$git_show_summary" "git" 'show' '--summary'
|
__git_alias "$git_show_summary" "git" 'show' '--summary'
|
||||||
|
__git_alias "$git_tag_alias" "git" 'tag'
|
||||||
|
|
||||||
|
|
||||||
# Compound/complex commands
|
# Compound/complex commands
|
||||||
|
|||||||
Reference in New Issue
Block a user