How to Delete a Branch Github 🌱

Deleting local branch

git branch -d <local_branch_name>

Deleting remote branch

git push origin --delete <remote_branch_name>

Notes mentioning this note

There are no notes linking to this note.


Here are all the notes in this garden, along with their links, visualized as a graph.