that holds record of changes you have made • It keeps track of who did what • It offers you a simple way to rollback your changes - Ctrl + Z on steroids. • At its core, Git is a distributed version control system.
this initial file. This typically precedes git add . git commit -am “Changed home page” - You can use this immediately after modifying a file. It combines git add . and git commit -m