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...
Jul 28, 20201 min read37