Git Cheat Sheet
Git Config
git config --global user.name "Your Name"
git config --global user.email "Your Email"
git config --global user.password "Your password"
git config --list
Push git clones repo to your GitHub
# Remove the remote repo assosication
git remote...
jenny.hashnode.dev3 min read