What is Github?
- Branching
For instance, developers download part of the project’s source code. Thus, make changes to it and it will not disrupt the workflow of the original project.
- Merging
Once changes have been made, the developer can merge it back to the original project using Git. After the changes are approved, changes are accessible.
In other words, Git is the command-line tool where you can branch and merge. GitHub is the graphical interface.
What is Git?
Git is the version control system, it provides storage for file changes more efficiently and ensures the integrity of the file better. In addition, you can share those changed files with others online. Read more on the Git Basics page for a thorough explanation of how Git works!
Want to start trying?
- Sign up for a free GitHub account
- Take a look at the GitHub Hello World guide to understand how it works
If interested, do check out more of our articles here!