#gitcommands
Read more stories on Hashnode
Articles with this tag
STARTING git --version // check git version // setup your email & name git config --global user.email "id@email.com" git config --global user.name...