This commit is contained in:
GitHub Merge Button 2012-05-31 14:47:11 -07:00
commit 51827e5806

View file

@ -54,6 +54,9 @@ function current_branch() {
echo ${ref#refs/heads/} echo ${ref#refs/heads/}
} }
alias incoming='git log ..origin/$(current_branch)'
alias outgoing='git log origin/$(current_branch)..'
# these aliases take advantage of the previous function # these aliases take advantage of the previous function
alias ggpull='git pull origin $(current_branch)' alias ggpull='git pull origin $(current_branch)'
compdef ggpull=git compdef ggpull=git