Uploading to Github tutorial


1 Answer(s)


Hi Edgar,
Github is a code repository that allows you to create a repository and share your code through this. It is based on the Git distributed version control system.

You should be able to create a repository in Github, and use a git command on your local machine to push your files to github and receive updates if other developers are making changes to these files.


thanks,
Sarath.