File tree Expand file tree Collapse file tree 1 file changed +14
-1
lines changed Expand file tree Collapse file tree 1 file changed +14
-1
lines changed Original file line number Diff line number Diff line change 5
5
Git Bootcamp and Cheat Sheet
6
6
============================
7
7
8
+ .. note ::
9
+
10
+ This section provides instructions on common tasks in CPython's
11
+ workflow. It's designed to assist new contributors who have
12
+ some familiarity with git and GitHub.
13
+
14
+ If you are new to git and GitHub, please become comfortable with
15
+ these instructions before submitting a pull request. As there are several
16
+ ways to accomplish these tasks using git and GitHub, this section reflects
17
+ one method suitable for new contributors. Experienced contributors may
18
+ desire a different approach.
19
+
20
+
8
21
In this section, we'll go over some commonly used Git commands that are
9
22
relevant to CPython's workflow.
10
23
@@ -84,7 +97,7 @@ will reject all changesets having the wrong line endings::
84
97
Creating and Switching Branches
85
98
-------------------------------
86
99
87
- .. note ::
100
+ .. important ::
88
101
Never commit directly to the ``master `` branch.
89
102
90
103
Create a new branch and switch to it::
You can’t perform that action at this time.
0 commit comments