Git Cheatsheet

Configure name and email address [code language="bash"] git config --global user.name "Vivek Bhadra" --> configuring git with the user name git config --global user.email "vibhadra@xxxx.com"…

Continue reading → Git Cheatsheet