#git-management

[ follow ]
fromLogRocket Blog
2 months ago

How to delete local and remote branches in Git - LogRocket Blog

To delete a local Git branch, you can use the command git branch -d branch_name for merged branches or git branch -D branch_name to force delete branches with unmerged changes.
Remote teams
[ Load more ]