From 74dbc15a11c115c8aeaa374ad00cb7ec25d4755f Mon Sep 17 00:00:00 2001 From: Victor Hu Date: Mon, 26 Oct 2015 16:55:20 -0400 Subject: [PATCH] Update change_code.rst delete duplicate word --- docs/source/developers/github/change_code.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/developers/github/change_code.rst b/docs/source/developers/github/change_code.rst index b2655a5af..a9f2b9f20 100644 --- a/docs/source/developers/github/change_code.rst +++ b/docs/source/developers/github/change_code.rst @@ -21,7 +21,7 @@ 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. -Creating additional branches will allow you to work on on different tasks/enhancements at the same time. You can easily manage your working changes between branches with ``git stash.``. +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.``. Commiting code and pushing to remote branch