Skip to content

Commit 141be24

Browse files
authored
Add introductory note for new and experienced git users (#497)
1 parent 43615a5 commit 141be24

File tree

1 file changed

+14
-1
lines changed

1 file changed

+14
-1
lines changed

gitbootcamp.rst

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,19 @@
55
Git Bootcamp and Cheat Sheet
66
============================
77

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+
821
In this section, we'll go over some commonly used Git commands that are
922
relevant to CPython's workflow.
1023

@@ -84,7 +97,7 @@ will reject all changesets having the wrong line endings::
8497
Creating and Switching Branches
8598
-------------------------------
8699

87-
.. note::
100+
.. important::
88101
Never commit directly to the ``master`` branch.
89102

90103
Create a new branch and switch to it::

0 commit comments

Comments
 (0)