#git
Read more stories on Hashnode
Articles with this tag
1. git config git config is used to set up the user configuration such as name, email, etc. $ git config --global user.name "manish" $ git config...
What is Git? Git is a specific open-source version control system created by Linus Torvalds in 2005. Version control is an essential aspect of modern...