|
|
@ -29,3 +29,4 @@ function current_branch() {
|
|
|
|
# these aliases take advangate of the previous function
|
|
|
|
# these aliases take advangate of the previous function
|
|
|
|
alias ggpull='git pull origin $(current_branch)'
|
|
|
|
alias ggpull='git pull origin $(current_branch)'
|
|
|
|
alias ggpush='git push origin $(current_branch)'
|
|
|
|
alias ggpush='git push origin $(current_branch)'
|
|
|
|
|
|
|
|
alias ggpnp='git pull origin $(current_branch) && git push origin $(current_branch)'
|