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/  

Simplest git repository setup on windows server

Git is awesome, you should know that. I had to setup a central git repository for a small team in a Windows shop. The simplest setup to get started is as follows. On the Windows Server: Install git (http://code.google.com/p/msysgit) Create and share a folder where you will use it as central repository (C:\repositories\myproject). Setup whatever [...]

Follow

Get every new post delivered to your Inbox.