Join Slack
Powered by
`git branch -d <branch-name>` to just delete...
# random
t
thatadamedwards
11/15/2017, 5:47 PM
git branch -d <branch-name>
to just delete the branch locally, (or
-D
to force the delete if Git detects you haven't mereged that branch anywhere or if it is generally not advised to delete the branch)
2
Views
Open in Slack
Previous
Next