πGit is kind of book keeping mechanism which record the changes about who made changes,when made changes and what changes were made!
πSo if code is broken then you go back to previous one as computer are flawless but humans are not
πGit is the change tracking mechanism
πAll your source file in one folder or programming content at one place!
According to your changes in code note down the following:
πGreen color is for added
πRed color is for removed
π+ is file added
πWhat is commit?
This is like commiting something. So when you made changes to code, you commit it writing a commit message about the change you made! Just like you change and save it
πKnow about some Good commit messages!