Skip to content

Instantly share code, notes, and snippets.

@ferventcoder
Created December 16, 2011 06:59
Show Gist options
  • Save ferventcoder/1484874 to your computer and use it in GitHub Desktop.
Save ferventcoder/1484874 to your computer and use it in GitHub Desktop.
Awesome Story?
Let’s start with a story. Two guys, Bob and Richard need to get their computers ready to do some development work with Git. Neither Bob or Richard have worked with Git before. This is a story about the process they each go through to get Git.
Richard goes off to research. After a while he learns the tool he wants to install for Windows is mSysGit. He searches, downloads the latest version and goes to install it. He realizes he downloaded the wrong one and starts over. He may not have his settings set up properly. So then he spends time trying to figure out what his settings should be. After a process of maybe a whole morning, he finally has Git installed and hopes he is set up properly. And Richard only knows about mSysGit and not any other tools that may have helped him with using Git.
Bob has recently installed this neat tool called Chocolatey. He heads out to chocolatey.org and searches for Git. He learns that there are several cool tools for working with Git on Windows. He decides that he wants to use Git Extensions for helping him visualize some of the Git work. He opens a command line, types cinst gitextensions and hits Enter. Git Extensions has a dependency on mSysGit, so Chocolatey downloads and installs it silently on his machine. It configures Git for proper Windows usage. Then Chocolatey downloads and silently installs Git Extensions on his machine. In less than ten minutes Bob is ready to go and has some of the best tools for working with Git available to him.
Did Bob get lucky? No. It’s just that Bob didn’t have to really make that many decisions. He decided he wanted a tool. Then Chocolatey did all of the work, made all of the decisions, got the dependent applications, and even configured his machine properly.
The moral of the story? Richard took 3-4 hours to get somewhat up to speed. Bob came fully up to speed in less than ten minutes. Don’t be a Richard.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment