Git and GitHub(command mainly for windows)
How to check git version in windows cmd or gitBash?
git --version
To get full option in git :
git config --e
To get global username and email:
git config --global user.name
git config --global user.email
To set global username and email:
git con...
git-basic.hashnode.dev4 min read