🟠 Start in GitHub to Create a New Repository
-
Log in to GitHub. Open your browser and log in to your GitHub account.
-
Go to the "Create Repository" Page
- In the top-right corner of GitHub, click the + dropdown menu.
-
Select New repository.
-
Name Your Repository
- Enter a name for your new repository.
- If following an example, for best results, keep the original name.
-
IMPORTANT: Follow naming guidelines for Python Projects:
- Use all lowercase.
- Use dashes between words.
- NEVER USE spaces or special characters.
- Good Examples: my-python-project, python-experiments, baseball-stats, python-personal-project, website-analytics, student-impact-analysis
-
Provide a brief description of your project. Optional, but recommended.
-
Select the
Publicoption so others can view your repository. You may always use a fake name or alias. -
IMPORTANT: Do NOT initialize the repository with default files.
- Do NOT add a README.
- Do NOT add a
.gitignore. - Do NOT add a license.
-
These files already exist in the project on your machine.
-
Click the
Create repositorybutton to finalize the process and create your repo in GitHub.
IMPORTANT: Repo must be EMPTY
Create an empty GitHub repository. The existing project files will be pushed from your machine after you create the new Git history and connect it to this repository. If any files default files are added when you create it, you will get a merge conflict and no one likes dealing with merge conflicts. If that happens, delete the repo and recreate it empty.