
In a nutshell, git is a version control system that allows developers to make commits, create branches & allows them to easily collaborate, as they can make changes, and upload the newest revision of code. When you play a game you die, then you reborn at the last checkpoint likewise whenever you get any errors in your code, you can get back to last commit(breakpoint) which you’ve made, that’s how you save your code with the help of git.
GitHub is primarily a web platform, which hosts code repositories along with distributed version control. According to the StackOverflow survey, 69.3% of developers use GitHub to make their work more productive.
GitHub Makes Version Control Easier Using Git
Download git here.
If you end up liking this article please give it a clap and follow me on medium and Github as well.