#github
Read more stories on Hashnode
Articles with this tag
Git Cheat Sheet 01. Git Configuration To set the name that will be attached to your commits >> git config --global user.name “Your Name” To set the...