#git
Read more stories on Hashnode
Articles with this tag
Configure user We can config user using email and username by using the following commands git config --global user.email "your_email@example.com" ...