Git & GitHub Tutorial – Easy Git Commands Part 1 – codewindow.in

How to configure Git for the first time? When you are using it for the first time, you have to set your username and email in the configuration file. it’s very easy to configure this. Just follow these steps below: $ git config –global user.name "john.doe" $ git config –global user.email "john@doe.com" There are many […]

Git & GitHub Tutorial – Easy Git Commands Part 1 – codewindow.in Read More »