#setup
Read more stories on Hashnode
Articles with this tag
Install Git $ brew install git Set up global configs You have to do this only once. $ git config --global user.name "Steve Smith" # Name $ git...