From e5416b7a851179d3a90bfc4368577bc3867a128c Mon Sep 17 00:00:00 2001 From: GONG Jie Date: Sun, 31 Dec 2017 23:59:59 +0000 Subject: [PATCH] Remove trailing spaces in file docs/source/developers/github/change_code.rst --- docs/source/developers/github/change_code.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/source/developers/github/change_code.rst b/docs/source/developers/github/change_code.rst index e62064a32..dc7e5f807 100644 --- a/docs/source/developers/github/change_code.rst +++ b/docs/source/developers/github/change_code.rst @@ -14,12 +14,12 @@ Checkout and switch to the branch using ``git checkout -b`` :: Changing the code ----------------- -Now you are ready to make changes related to your function in this branch +Now you are ready to make changes related to your function in this branch Multiple Remote Branches ^^^^^^^^^^^^^^^^^^^^^^^^ -It may take days before your pull request is properly reviewed and you want to keep changes out of that branch so in the event that you are asked to fix something, you can push directly to the branch with the active pull request. +It may take days before your pull request is properly reviewed and you want to keep changes out of that branch so in the event that you are asked to fix something, you can push directly to the branch with the active pull request. Creating additional branches will allow you to work on different tasks/enhancements at the same time. You can easily manage your working changes between branches with ``git stash.``. @@ -31,7 +31,7 @@ Once your code is ready.... #. Commit the code to your local branch: :: - $ git add + $ git add $ git commit | git commit -m "" #. Push the changes to your remote branch: ::