Difference between revisions of "Getting Started w/ Github"
From AstroBaki
Jump to navigationJump to search (Created page with '= Getting Started w/ Github =') |
|||
Line 1: | Line 1: | ||
− | = | + | == Creating a Github Repository == |
+ | |||
+ | 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]. | ||
+ | <source lang="bash"> | ||
+ | git help {command} | ||
+ | </source> |
Revision as of 10:48, 26 January 2021
Creating a Github Repository
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.
git help {command}