Deleting Local and Remote Git Branches Oct 19th, 2012 Delete a local git branch: 1 git branch -D mybranch Delete a remote git branch: 1 git push remotename :mybranch