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 readNo responses yet.