...
|
...
|
@@ -27,7 +27,7 @@ function current_branch() {
|
27
|
27
|
echo ${ref#refs/heads/}
|
28
|
28
|
}
|
29
|
29
|
|
30
|
|
-# these aliases take advangate of the previous function
|
|
30
|
+# these aliases take advantage of the previous function
|
31
|
31
|
alias ggpull='git pull origin $(current_branch)'
|
32
|
32
|
alias ggpush='git push origin $(current_branch)'
|
33
|
|
-alias ggpnp='git pull origin $(current_branch) && git push origin $(current_branch)'
|
34
|
33
|
\ No newline at end of file
|
|
34
|
+alias ggpnp='git pull origin $(current_branch) && git push origin $(current_branch)'
|