Github
Github is one the most essential tools a programmer can have.
It is basically a "Google Drive" but organised as if a file storage.
Github has many uses but the most common use is to version and store code and documentation.
Create a Github account.
Use this link to sign up.
Download Github locally
Use this link to download Github Desktop, a Graphical User Interface version of Github. (for beginners)
Create a repository
There are many ways to create a repository and link it to github, but this is one of the easier ways to do so.
- Sign In to your account in Github
- Goto My Repositories
- Click on
new, you should then be on this page
- Fill out all information of your new repository (name, visibility, template (optional), gitignore, etc.)
- Goto repository page
- Click on (Green)
Code,
- Select
Open with Github Desktop
todo...