At the end you should have a good idea of how to have a great experience with Git on Windows not matter what your scenario. Be sure to let me know your favorite in the comments or if I missed one. There is a walk through video for each of the ways to install git on Windows coming soon.
The Five ways Below are the 5 basic ways to install git on Windows. There are probably others but these are the ones that I tend to show developers. I personally tend to end up installing git for command line usage and installing a GUI for more complex tasks. There are a few tasks () that are easier on the command line and a few that are easier in a GUI (selecting single lines from multiple changes in a file for an atomic commit). • • - preferred way on Windows 10 • - Great for older version of Windows • -,,,, etc • - In preview for Windows 10 (sign up for the to try it out today) Git for Windows is the foundation for running Git on Windows. Many of the other options listed are using Git for Windows (previously msygit) under the hood. This option will install the git client, the windows implementation of BASH tools and a few Git GUI tools.