This commit is contained in:
Hakan Ensari 2010-12-20 12:57:23 -03:00
parent 8edf417375
commit 1a8ceef514
1 changed files with 2 additions and 2 deletions

View File

@ -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)'