How to setup Git on Windows [Git Bash and GitHub tutorial for beginners] - Things you were too afraid to ask your colleagues
While every developer today is expected to have a basic knowledge of Git and various third party version control systems based on Git like GitHub and BitBucket, there are a large number of devs still using Team Foundation Server (TFS) and SVN. I won't make a case as to why Git is the most superior of the lot, you know it is when Microsoft itself has now migrated the entire Windows source code onto Git internally . I just received a new laptop at work so might as well make this getting started guide. Setup Firstly, lets get the installation and setup out of the way. This is fairly straightforward : Download Git for Windows here and follow the prompts in the wizard (there are a few preferences that you can change like your text editor to Notepad++ and Unix/Windows style commits, but I usually leave them as default) Creating a "repo" - dedicate a folder on your drive of choice to be your Git repository say D:\MyWorkspace Step 1 - Setting up your identifiers ...