Day 12 GitHub Cheat Sheet
Install
GitHub Desktop
desktop.github.com
Git for All Platforms
git-scm.com
Configuring Git
$ git config --global user.name "[name]"Sets the name you want to be attached to your commit transactions.$ git config --global user.email "[email address]"S...
devopsgyanwithmehboob.hashnode.dev4 min read