Code Review
/
common
/
bash_it.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
review
|
tree
raw
|
patch
| inline |
side by side
(parent:
df20afc
)
Added another git alias
author
Robert R Evans
<robert@codewranglers.org>
Wed, 13 Oct 2010 15:45:12 +0000
(08:45 -0700)
committer
Robert R Evans
<robert@codewranglers.org>
Wed, 13 Oct 2010 15:45:12 +0000
(08:45 -0700)
aliases/git.aliases.bash
patch
|
blob
|
history
diff --git
a/aliases/git.aliases.bash
b/aliases/git.aliases.bash
index
abeb72c
..
c9bb66c
100644
(file)
--- a/
aliases/git.aliases.bash
+++ b/
aliases/git.aliases.bash
@@
-20,6
+20,7
@@
alias gcount='git shortlog -sn'
alias gcp='git cherry-pick'
alias gco='git checkout'
alias gexport='git archive --format zip --output'
+alias gdel='git branch -D'
case $OSTYPE in
linux*)
@@
-53,5
+54,7
@@
function git-help() {
echo " gcp = git cherry-pick"
echo " gco = git checkout"
echo " gexport = git git archive --format zip --output"
+ echo " gdel = git branch -D"
+ echo " gpo = git push origin"
echo
}
\ No newline at end of file