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
How to use Git and Github for Windows from within a Windows auth proxy network.
If you work at a company where you need to type in your user id to access sites on the internet and when you want to use git to push to a repository on the internet and it just hangs. … Continue reading
Why GitHub’s pricing model stinks (for us)
I love GitHub. I use it for websites, I use it for OSS, I use it for a dump of blog post code. I love the website, I love the tools, I love the apps. I love that it’s in … Continue reading
Github for windows – I would send a pull request if I could
I am a huge fan of Github for Windows. I believe it is a major game changer for using GIT on windows machines. It took a horrible installation experience and turned it into a pleasant surprise. I think that the … Continue reading
Build Monitoring in the cloud
I have been using a number of services in the cloud lately, AppHarbor, Azure Websites, MyGet, Code Betters Team City OSS Continuous Integration server. While these services are making deploying websites and nuget packages easier then ever. I do not … Continue reading
Why Source Control Matters and Hopefully it’s Git
I had an interesting and fun discussion last week with my fellow Headspring employees. I’m a big advocate of using git and I’m also the type of person that likes clean code and clean commits. Combining these two things and … Continue reading
Also posted in Best Practices, Continuous Improvement, Project Management, Rant
Tagged clean code, dvcs, git
11 Comments
Using posh-git and posh-hg together
I use both Git and Mercurial for projects, as well as Powershell as a console for both. Both source control systems have awesome plugins in posh-git and posh-hg that provide nice statuses, tab expansions and so on. However, they don’t … Continue reading
posh-git v0.4
I figure a year between releases is plenty, so I’ve tagged a v0.4 release of posh-git. Really the notion of versions for a bunch of scripts on which noone depends seems a bit silly…if a feature seems to be missing, … Continue reading
I accidentally the code
I’m not going to sit back and let Ryan slip all the memes into Los Techies. After a slip up earlier today… here’s something that I couldn’t help but say inside my head: Post Footer automatically generated by Add Post … Continue reading
Working with Forks on GitHub or CodePlex
So you want to contribute to a Git project on GitHub or CodePlex. The first thing you always do here is create a fork, which is easy enough: After you create your fork, you’ll likely then clone that forked repository … Continue reading
How to fork the ASP.NET Web Stack to GitHub
I find GitHub a lot easier to work with for visual diffs etc., so if you’re interested in forking the newly released ASP.NET Web Stack on CodePlex to GitHub, it’s quite simple. Prerequisites: First, get a GitHub account and make … Continue reading

