PS D:\GITRepos\c> git config --global user.email "bca.anup@gmail.com" PS D:\GITRepos\c> git config --global user.name "Anup Kumar Mondal" PS D:\GITRepos\c> git config --list
PS D:\GITRepos\c> git remote -v
PS D:\GITRepos\c> git status PS D:\GITRepos\c> git add . PS D:\GITRepos\c> git status PS D:\GITRepos\c> git commit -m "Python" PS D:\GITRepos\c> git push origin main