We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e2650f3 commit 455d0dbCopy full SHA for 455d0db
03-project-hosting/020-repo-operation.rst
@@ -203,7 +203,7 @@
203
$ git branch -D mybranch1
204
Deleted branch mybranch1 (was 73e586f).
205
206
-现在只是本地分支被删除了,远程GitHub服务器上的 ``mybranch1`` 分支尚在。删除远程GitHub版本库中的分支就不能使用 ``git branch`` 命令而,而是要使用 ``git push`` 命令,不过在使用推送分支命令时要使用一个特殊的引用表达式(冒号前为空)。如下:
+现在只是本地分支被删除了,远程GitHub服务器上的 ``mybranch1`` 分支尚在。删除远程GitHub版本库中的分支就不能使用 ``git branch`` 命令,而是要使用 ``git push`` 命令,不过在使用推送分支命令时要使用一个特殊的引用表达式(冒号前为空)。如下:
207
208
::
209
0 commit comments