Hakan Ensari 13 年之前
父节点
当前提交
1a8ceef514
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      plugins/git/git.plugin.zsh

+ 2 - 2
plugins/git/git.plugin.zsh

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