Chris Stuff
Categories
-
Recent Posts
Recent Comments
Archives
- February 2013
- January 2013
- December 2012
- October 2012
- September 2012
- August 2012
- July 2012
- June 2012
- May 2012
- April 2012
- March 2012
- December 2011
- May 2011
- March 2011
- December 2010
- August 2010
- May 2010
- March 2010
- February 2010
- January 2010
- December 2009
- September 2009
- August 2009
- July 2009
- June 2009
- May 2009
- April 2009
- March 2009
- January 2009
Category Archives: git
Git core.autocrlf settings poll results
The results from last week’s poll are in! And they couldn’t be more (less) clear: A highly unscientific poll shows an even split between true and false, with a minority choosing the other two options. So that settles it! What’s … Continue reading
Twtpoll – your git global core.autocrlf settings
I’m curious to see what folks set as their default core.autocrlf settings in git (for those of us who use msysgit on Windows): http://twtpoll.com/tts3oj I have a feeling that we need a sensible default, but have seen lots of opinions … Continue reading
Improving the Git Windows experience: Downloads
I love Git. It’s very powerful tool that lets me bend my repository to my will, with commands and features that blow the other source control providers I’ve used out of the water. However, the tooling just doesn’t do it … Continue reading
Cleaning Out Git Remotes The Easy Way
I had a rather large number of remote repositories set up in my Backbone.ModelBinding repository on my box, due to the wonderful community of contributors. But it was time for me to clean out the remotes as I no longer … Continue reading
posh-git on Herding Code
Earlier this month I had the opportunity to record an episode of Herding Code with GitHubbers Paul Betts and Phil Haack on the state of Git for Windows: Herding Code 132. Topics included discussions on why Git hates developers and … Continue reading
Automating Docco Generation And Deployment To Heroku And Github
I got tired of manually typing “git push origin master” and “git push heroku master” to push changes in my BBCloneMail app up to Github and then deploy to Heroku. So I automated that with a rake task. Then I … Continue reading
Git Beyond the D in DVCS
Jimmy’s post is a nice reminder of the advantages of a distributed version control system. But having ramped up on Git primarily through git-svn, I thought it would be worth enumerating some of the advantages I’ve found just in my … Continue reading
The D in DVCS
Just a reminder that the D in DVCS stands for “Distributed”, not “Disconnected” or “Decentralized”. This is a centralized model (from http://progit.org/book): And this is Distributed: Note that in the first picture, you’re reliant and dependent on the server for … Continue reading
Git workflows with git-tfs
I’ve been working with git-tfs on a project for about a couple of months. Git-tfs is a source control bridge that allows you to work with Git locally, reducing the number of operations to communicate with the TFS source control … Continue reading
How to fix Subversion merge
Having done quite a bit of branching in centralized and distributed source control systems, I’m intimately aware of the additional (and I would say, unnecessary) pain centralized source control systems like Subversion and TFS bring to more powerful branching strategies … Continue reading

