Added another git alias
This commit is contained in:
@@ -20,6 +20,7 @@ alias gcount='git shortlog -sn'
|
|||||||
alias gcp='git cherry-pick'
|
alias gcp='git cherry-pick'
|
||||||
alias gco='git checkout'
|
alias gco='git checkout'
|
||||||
alias gexport='git archive --format zip --output'
|
alias gexport='git archive --format zip --output'
|
||||||
|
alias gdel='git branch -D'
|
||||||
|
|
||||||
case $OSTYPE in
|
case $OSTYPE in
|
||||||
linux*)
|
linux*)
|
||||||
@@ -53,5 +54,7 @@ function git-help() {
|
|||||||
echo " gcp = git cherry-pick"
|
echo " gcp = git cherry-pick"
|
||||||
echo " gco = git checkout"
|
echo " gco = git checkout"
|
||||||
echo " gexport = git git archive --format zip --output"
|
echo " gexport = git git archive --format zip --output"
|
||||||
|
echo " gdel = git branch -D"
|
||||||
|
echo " gpo = git push origin"
|
||||||
echo
|
echo
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user