From: luokexue Date: Sat, 16 Apr 2016 03:45:41 +0000 (+0800) Subject: doc: Fixes "branch -b" to "checkout -b" X-Git-Tag: v11.0.0~873^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=4ebd6b84a86adafc21e8b5c90ef681602430e7c4;p=ceph.git doc: Fixes "branch -b" to "checkout -b" Signed-off-by: luokexue --- diff --git a/doc/dev/index.rst b/doc/dev/index.rst index 7a5ce68af9c..55794d64407 100644 --- a/doc/dev/index.rst +++ b/doc/dev/index.rst @@ -479,7 +479,7 @@ Next, create a branch for the bugfix: .. code:: $ git checkout master - $ git branch -b fix_1 + $ git checkout -b fix_1 $ git push -u origin fix_1 This creates a ``fix_1`` branch locally and in our GitHub fork. At this