DEV Community

FlexDesign1
FlexDesign1

Posted on

GITHUB

What is GitHub?

Git is a version control software that allows developers to share , collaborate and manage changes to code. It makes it simple for either amateur or professional developers to transfer large file of code with low to no chance of errors and complication their program. It is a safe place to store project files,return to old version of your project, see changes made by coworkers and you can fork into new projects.

To start working on a project in Github, you first need to create a repository, it is the place where your entire project files are stored. With the repository there is the main branch that features your overall project. You can also create a separate branch, commit your changes to the source code before you push to the main.

Today I am going to illustrate how to your github on the web browser version and the desktop version.

Link to the tutorial.
https://www.youtube.com/watch?v=pyM124xOfrQ

Top comments (0)