• Cody Bonney
  • April 25, 2014
git

Deleting a local branch in git

The following command can be used to delete a local branch in git

$ git branch -d master.my-branch

more Git posts

git Enable caching of Git credentials in memory
git Check the remote origin URL of a git repository
git Set the remote origin URL for a git repository
git Create a new bare Git repository
git Create a new working Git repository
git Getting a list of local git branches without using "git branch"