Most Useful GIT Commands

Most Useful GIT Commands In this article,we will see Most useful GIT Commands. SNO    USE   COMMAND 1 See the version of GIT git –version 2 To Configure the username and email git config –global user.name “Ram” git config –global user.email “rameshatchala.ktexperts@gmail.com” 3 Verify Username… Read More