GitHub: Difference between revisions

Jump to navigation Jump to search
Content added Content deleted
Line 4:
* If you don't have one already, [https://github.com/join?source=header-home create a GitHub account].
* On Windows install [https://gitforwindows.org/ Git for Windows]
* Right click on thean folderexisting youproject wantfolder to use as yourthe repository, select <code>Git Bash Here</code> and enter Git commands in the terminal window.
* [https://help.github.com/articles/generating-a-new-ssh-key-and-adding-it-to-the-ssh-agent/ Generate a new SSH key and add it to the ssh-agent].
* [https://help.github.com/articles/adding-a-new-ssh-key-to-your-github-account/ Add the SSH key to your GitHub account].

Revision as of 16:57, 24 August 2018

GitHub hosts distributed version controlled code repositories (repos) and static websites. It can be used for any type of file but only text and image files can be compared for differences. It hosts open source projects for free.

The first time creating a repository

Synth DIY repositories

See also

External links