delete stale remote branches with git

You delete remote branches with git simply with: git push origin :branchname I noticed I see this deleted branch when I do git branch -a on my laptop. The way you delete the remote branch from your local list of remote branches is with this: git branch -rd origin/branchname References: http://help.github.com/remotes/  

FxCop error CA0001 on build server

My Windows 2003 TeamCity build server started acting up all of a sudden. The exception didn’t say a whole lot but it turned out I need to register msdia100.dll to shut it up. It resided on my dev machine here: “C:\Program Files\Microsoft Visual Studio 10.0\Common7\Packages\Debugger\msdia100.dll” Register this dll on your build machine as: regsvr32 msdia100.dll [...]

Follow

Get every new post delivered to your Inbox.