Difference between revisions of "Getting Started w/ Github"
From AstroBaki
Jump to navigationJump to searchLine 5: | Line 5: | ||
Links: | Links: | ||
* [https://www.youtube.com/watch?v=rd-WiB_2oVQ Introduction to Git] | * [https://www.youtube.com/watch?v=rd-WiB_2oVQ Introduction to Git] | ||
− | * [https://www.youtube.com/watch?v=SwK2dPFXhpU | + | * [https://www.youtube.com/watch?v=SwK2dPFXhpU How to Install and Configure Git and Repositories on GitHub] |
If you don't have a github account that's where you'll need to start. You can get started setting up your account by going to [https://github.com/ github.com] and log-in using an email. Github has special benefits for students so if possible, use your school email. | If you don't have a github account that's where you'll need to start. You can get started setting up your account by going to [https://github.com/ github.com] and log-in using an email. Github has special benefits for students so if possible, use your school email. |
Revision as of 11:06, 26 January 2021
Introduction
Creating a Github Repository
Links:
If you don't have a github account that's where you'll need to start. You can get started setting up your account by going to github.com and log-in using an email. Github has special benefits for students so if possible, use your school email.
git help {command}
Adding Code/Data
git add {file}
git add .