Deletes the
login
branch
git branch -d login
Deletes the
login
branch (with force mode, which means - the branch will be deleted, even if it's not fully merged
git branch -D login
by Valeri Tandilashvili
4 years ago
Git
Git/Github Tutorial
1
Pro tip: use ```triple backticks around text``` to write in code fences