Note
This section provides instructions on common tasks in CPython's workflow. It's designed to assist new contributors who have some familiarity with Git and GitHub.
If you are new to Git and GitHub, please become comfortable with these instructions before submitting a pull request. As there are several ways to accomplish these tasks using Git and GitHub, this section reflects one method suitable for new contributors. Experienced contributors may desire a different approach.
In this section, we will go over some commonly used Git commands that are relevant to CPython's workflow.
Note
Setting up Git aliases for common tasks can be useful to you. You can get more information about that in Git documentation