projects
/
zsh.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
427769d
)
Add glp alias for git pull --prune
author
Joerg Jaspert
<joerg.jaspert@dlh.de>
Tue, 20 Jan 2015 10:07:04 +0000
(11:07 +0100)
committer
Joerg Jaspert
<joerg.jaspert@dlh.de>
Tue, 20 Jan 2015 10:07:04 +0000
(11:07 +0100)
.zsh/35_Aliases.zsh
patch
|
blob
|
history
diff --git
a/.zsh/35_Aliases.zsh
b/.zsh/35_Aliases.zsh
index
f0eaba8
..
0541742
100644
(file)
--- a/
.zsh/35_Aliases.zsh
+++ b/
.zsh/35_Aliases.zsh
@@
-127,6
+127,9
@@
alias gpoat='git push origin --all && git push origin --tags'
alias gl='git pull'
#a# fetch and rebase from another repository
alias gup='git pull --rebase'
+#a# fetch and merge from another repository (pull), cleaning up
+#remote-tracking references that no longer exist on the remote
+alias glp='git pull --prune'
#a# fetch another repository
alias gf='git fetch'
#a# clone another repository