Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit cebd349

Browse files
committed
swaping feature for branch
1 parent ab07aef commit cebd349

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pullrequest.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ Replace **YOUR_GITHUB_ID** with your GitHub account name above, then add upstrea
151151

152152
Work on new features or fixes::
153153

154-
git checkout -b MY_NEW_FEATURE upstream/master
154+
git checkout -b MY_BRANCH_NAME upstream/master
155155
156156
As you work, please create a separate commit for each bug fix or feature change::
157157

@@ -167,9 +167,9 @@ Use rebase -i to verify what you commit and squish small commits::
167167
168168
Then push your work to your clone on GitHub::
169169

170-
git push origin MY_NEW_FEATURE
170+
git push origin MY_BRANCH_NAME
171171

172-
When you're ready, make a Pull Request on GitHub and refer to your branch named **MY_NEW_FEATURE**.
172+
When you're ready, make a Pull Request on GitHub and refer to your branch named **MY_BRANCH_NAME**.
173173

174174
*Though submitting a Pull Request on GitHub is the preferred method of contribution, you can alternatively upload a patch to bugs.python.org*
175175

0 commit comments

Comments
 (0)