Ultimate Git Cheat Sheet that Every Software Developer Needs
install git on your computer
git download link for windows
use git bash as a terminal, it has unix command compatibility
After installing Git, verify the installation
git --version
You should see the installed version of Git after this command.
Conf...
lakshmiprasanna.hashnode.dev5 min read