Skip to content

Commit

Permalink
删除多余字符。
Browse files Browse the repository at this point in the history
  • Loading branch information
riku committed Dec 14, 2011
1 parent e2650f3 commit 455d0db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 03-project-hosting/020-repo-operation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,7 @@
$ git branch -D mybranch1
Deleted branch mybranch1 (was 73e586f).

现在只是本地分支被删除了,远程GitHub服务器上的 ``mybranch1`` 分支尚在。删除远程GitHub版本库中的分支就不能使用 ``git branch`` 命令而,而是要使用 ``git push`` 命令,不过在使用推送分支命令时要使用一个特殊的引用表达式(冒号前为空)。如下:
现在只是本地分支被删除了,远程GitHub服务器上的 ``mybranch1`` 分支尚在。删除远程GitHub版本库中的分支就不能使用 ``git branch`` 命令,而是要使用 ``git push`` 命令,不过在使用推送分支命令时要使用一个特殊的引用表达式(冒号前为空)。如下:

::

Expand Down

0 comments on commit 455d0db

Please sign in to comment.