Well, I’m taking a course on SaaS from edx.org and they want you to use GitHub as your source repository for the class exercises. This has gotten me neck deep into using Git, and I’m now a fan. For those of you who haven’t gotten into Git yet, I would pass along these few pieces of advice:
1) Use the command line client for Git. It will definitely help you understand better what Git is and is not doing for you.
2) Go through the Git training hosted on this site: http://gitimmersion.com/lab_01.html
3) If you have experience with TFS, don’t try to map your TFS experience onto Git, as it will trip you up. Just embrace Git for its own unique approach to source control.
Finally, if you want to follow one of my projects that I’m hosting in Git, go to: https://github.com/cvanhoose/NuGetPAWS. Just be warned that this project won’t see any action until I wrap up my classes that I’m taking on the side, which should be around July.