git delete branch
Home
Articles
Java
Speaking
Raspberry Pi
Calculators
FIX Protocol
Published November 23rd, 2012
How to delete a local branch it git
git branch -D branchname
For more information or to delete remote branches see
http://stackoverflow.com/questions/2003505/how-do-i-delete-a-git-branch-both-locally-and-in-github
Similar Articles
git clone pass ssh key
Git check incoming changes
Avoiding Dante's 9th Circle of Hell (hint: git branch)
git stash
Git unstage changes (roll back a commit)
git rebase
git rebase - changes depends on abandoned changes
git fetch changes from remote repository and merge them with your local changes
git revert (reset) a single file
Set up git repository on Debian and push changes from local repository
git reset instead of rebase
Git rename files under version control
git simple checkout, create new branch, add, commit
git list files not under version control
All content on this website is Copyright 2003 - 2024 Chris Newland
Privacy Policy