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=005d1f8a5c34e6b6843dbfe296a9f7146a3d2b54;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 3aba99c70f5..d57192e8d1c 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