How To - GIT
Website: https://git-scm.com
GIT Documentation - https://git-scm.com/doc
Installing GIT
brew install git
Verify Installed GIT Version
git version
Getting Help
git help <verb>
Show Default Settings
git config --list --show-origin
Setup Your GIT Identi...
aksinha.hashnode.dev4 min read