SSSachin Sincloudhero.hashnode.dev·Jul 28, 2020 · 1 min readgit - 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...00