- See all branches:
git branch -a
- Delete the branch locally:
git branch -D
- Delete the branch remotely:
git push origin --delete
DONE!
A notebook that I use for "scratching out" bits of code or ideas for the occasional moments of inspiration...
No comments:
Post a Comment