Git Cheatsheet

Phanendra Guptha Katta
1 min readApr 25, 2020

--

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.

--

--