🚀Day 12 Cheat sheet for Git GitHub
📌Configuration
Commands for setting up your name and email globally, so your commits are attributed correctly.
CommandExplanation
git config --global user.name "Your Name"Set your name for commit attribution.
git config --global user.email "...
nikul.hashnode.dev5 min read