Browse Source

Typo

master
Hakan Ensari 14 years ago
parent
commit
088fae93f2
  1. 4
      plugins/git/git.plugin.zsh

4
plugins/git/git.plugin.zsh

@ -27,7 +27,7 @@ function current_branch() { @@ -27,7 +27,7 @@ function current_branch() {
echo ${ref#refs/heads/}
}
# these aliases take advangate of the previous function
# these aliases take advantage of the previous function
alias ggpull='git pull origin $(current_branch)'
alias ggpush='git push origin $(current_branch)'
alias ggpnp='git pull origin $(current_branch) && git push origin $(current_branch)'
alias ggpnp='git pull origin $(current_branch) && git push origin $(current_branch)'

Loading…
Cancel
Save