git

Basic commands that are used in GIT

Basic Commands used in GIT Here I’m listing all basic Commands used in GIT bash. git –version: Tells you about version git –global Page on user.name “Code Hotfix” : Register user name git –global user.email “codehotfix@github.com” : Register user email git config –list : Git Config git help / git help command : Git help pwd : Gives you …

Basic commands that are used in GIT Read More »