GitHub setup

  • github
  • git

20 December 2016

DESCRIPTION: GitHub is an online storage source for developers to save their code and collaborate on group projects. It is free to use and immensely useful for developers to share their projects. In addition Git has version control functionality, and so projects can be saved, rolled-back in case of errors, and you can see your progress i.e. no code is ever lost.

Go to the site below and create a new account.

http://github.com

Create a new repository for the project

Invite me as a collaborator

After project completion

Once the project has been completed, the website is up and running, and my work is completed, you can remove me as a collaborator on your project and retain full control of the work that has been done. Then if any future developers want to work on the project, they can see all the development progress from before.