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/
All posts for the month November, 2011
delete stale remote branches with git
Posted by Altug Sahin on November 25, 2011
http://altugsahin.wordpress.com/2011/11/25/delete-stale-remote-branches-with-git/
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 [...]
Posted by Altug Sahin on November 18, 2011
http://altugsahin.wordpress.com/2011/11/18/fxcop-error-ca0001-on-build-server/