6. starting notion and planning roadmaps
the first to do list was to learn the git basics. i asked chatGPT to make the following git survival kit.
1. Check installation & configure
git --version # Check Git is installed
git config --global user.name "Your Name"
git config -...
bugquest.hashnode.dev2 min read