#github
Read more stories on Hashnode
Articles with this tag
1. What is Source Code Management? It is a process through which we can store and manage any code. Developers write code, Testers write test cases and...
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...