#github
Read more stories on Hashnode
Articles with this tag
Deploying TO-DO App in Local Virtual Machine. ยท 1. Setting Up a Virtual Environment ๐ ๏ธ What is a Virtual Environment? Imagine you're setting up a...
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...