From: Lee Revell Date: Mon, 23 Mar 2015 20:03:48 +0000 (-0400) Subject: doc: Correct git push instructions adding branch name X-Git-Tag: v9.0.0~108^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F4147%2Fhead;p=ceph.git doc: Correct git push instructions adding branch name Signed-off-by: Lee Revell --- diff --git a/doc/start/documenting-ceph.rst b/doc/start/documenting-ceph.rst index 3aba99c70f58..d57192e8d1c2 100644 --- a/doc/start/documenting-ceph.rst +++ b/doc/start/documenting-ceph.rst @@ -446,10 +446,13 @@ Push the Change Once you have one or more commits, you must push them from the local copy of the repository to ``github``. A graphical tool like ``git-gui`` provides a user -interface for pushing to the repository. :: +interface for pushing to the repository. If you created a branch previously:: - git push + git push origin wip-doc-{your-branch-name} + +Otherwise:: + git push Make a Pull Request