GIT -CheatSheet
GIT a version control system-Git is used to tracking changes in the source code-Git is the distributed version control tool is used for source code management.
Create New Repositories
š“ Creates a new local repository
$ git init
Make Local Changes...
seethal.hashnode.dev2 min read