2
0
mirror of https://github.com/xcat2/xcat-core.git synced 2025-05-21 19:22:05 +00:00

Remove trailing spaces in file docs/source/developers/github/change_code.rst

This commit is contained in:
GONG Jie 2017-12-31 23:59:59 +00:00
parent ae9a33e9e8
commit e5416b7a85

View File

@ -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 <files>
$ git add <files>
$ git commit | git commit -m "<comments>"
#. Push the changes to your remote branch: ::