GitHub Cheatsheet
Install
GitHub Desktop
desktop.github.com
Git for All Platforms
git-scm.com
Configure tooling
Configure user information for all local repositories
git config --global user.name "[name]"
Sets the name you want attached to your commit transactions
gi...
websplash.hashnode.dev4 min read