GitHub Setup
Last updated
Last updated
General instruction to Github:
Crash course to Git:
This GitHub repository will be your project submission and a great way to track your progress, changes, and accomplishments along the way. Letโs get it set up!
Scroll up to the section and read it carefully, following the steps all the way through Step 2. Take your time hereโthis will ensure youโre all set for the next part!
Once youโve finished Step 2, come back here for more instructions on getting your repository fully ready.
Ready for Step 3? Awesome! ๐ Hereโs what to do next:
Join the GitHub Classroom:
Click on one of these invite links to join your classroom:
Python Beginner:
Python Advanced:
Authorize GitHub Classroom ๐ค When prompted, authorize GitHub Classroom (or, if youโre not signed in yet, log into GitHub first).
Accept the Assignment โ Click Accept this assignment to create your personal repository for this project.
Check Your New Repository ๐ Youโll now see a blue link to your new repositoryโclick it, and youโre ready to start working in your own project space! ๐
Open your repository. Click on Code, then on SSH
Copy the url
Open Terminal on your computer
If you don't now where to find terminal:
MacOS: Use combo CMD + Space, then type Terminal
Window, Linux: Press your Window key, then type Terminal
In the terminal, type in this command and paste your Git url at the end of the command
Now, a new folder should be created on your computer with the name DataScienceProjectPython2425
Open this folder with VS Code