]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
doc: Fixes "branch -b" to "checkout -b" 8650/head
authorluokexue <luo.kexue@zte.com.cn>
Sat, 16 Apr 2016 03:45:41 +0000 (11:45 +0800)
committerluokexue <luo.kexue@zte.com.cn>
Sat, 16 Apr 2016 03:45:41 +0000 (11:45 +0800)
Signed-off-by: luokexue <luo.kexue@zte.com.cn>
doc/dev/index.rst

index 7a5ce68af9c11c8e6c4971997943b5d1fee8cf3b..55794d644071be20c37f08aed0f087ad00c56e48 100644 (file)
@@ -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