Clone a Repository using Git GUI

Today, I will share my knowledge on Git GUI. I have seen many users who prefers Git Bash over Git GUI. Developers finds Git GUI not as user friendly as Tortoise SVN GUI. That’s why , I decided to write about Git GUI.The very first step in every version control tool is clone. Below are the steps to clone the remote git repository into your local Machine . To put it differently, You need to create local repository in your windows Machine. STEP 1 : Open Git GUI. Once you…