#git
Read more stories on Hashnode
Articles with this tag
Configuring User Information Across All Repositories 1. Set Your Username$ git config --global user.name "Shahrukh Ahmad" 2. Set Your Email...
Git Setup: Configuring User Information Across All Repositories 1. Set Your Username š¹ git config --global user.name "Your Name" $ git config...