From 005d1f8a5c34e6b6843dbfe296a9f7146a3d2b54 Mon Sep 17 00:00:00 2001 From: Lee Revell Date: Mon, 23 Mar 2015 16:03:48 -0400 Subject: [PATCH] doc: Correct git push instructions adding branch name Signed-off-by: Lee Revell --- doc/start/documenting-ceph.rst | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/doc/start/documenting-ceph.rst b/doc/start/documenting-ceph.rst index 3aba99c70f58d..d57192e8d1c2c 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 -- 2.39.5