Git Cheat Sheet
Git setup
Configuring the user information that will be utilized across all local repositories.
git config --global user.name “[firstname lastname]”
set the name that will be associated with your commits and tags.
Example:
git config --global u...
indratejreddy.hashnode.dev5 min read
Debadrita Ghosh 🇮🇳
React Native Developer @ BrewApps LLC.
You made it look easy!