git - distributed version control system.
git - cheat sheet
Configuration
$ git config --global user.name "[name]"
Sets the name to your commit transactions
$ git config --global user.email "[email address]"
Sets the email to your commit transactions
Create repositories
$ git init
To create...
cloudhero.hashnode.dev1 min read