Git and git Basics
Git is a distributed version control system used to track changes in files, especially source code, during software development.Git allows developers to:
Save different versions of your code
Go back to an older version if something breaks
Work wit...
komalwebdev.hashnode.dev3 min read