diff --git "a/Part1/Android/Git\346\223\215\344\275\234.md" "b/Part1/Android/Git\346\223\215\344\275\234.md" index cb55eff..217a1c9 100644 --- "a/Part1/Android/Git\346\223\215\344\275\234.md" +++ "b/Part1/Android/Git\346\223\215\344\275\234.md" @@ -119,7 +119,7 @@ git branch (branch-name) // 删除一个分支 git branch -d (branch-nam) -// 删除 remote 的分支 +// 提交 remote 的分支 git push (remote-name) :(remote-branch) ```