From 8840974dffe825a8358284649b0ee2344400bfd7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E2=80=9CLei?= Date: Tue, 19 Dec 2017 15:13:53 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9git=E6=93=8D=E4=BD=9C?= =?UTF-8?q?=E6=95=99=E7=A8=8B=E6=96=87=E6=A1=A3=E6=8F=8F=E8=BF=B0=E9=97=AE?= =?UTF-8?q?=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- "Part1/Android/Git\346\223\215\344\275\234.md" | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) ```