githubteacher / github-for-developers-sept-2015

practice repo for the Sept 29-30 GitHub for Developers class
12 stars 36 forks source link

after merge, how do i delete branch? #664

Closed sfeinholz closed 9 years ago

saranicole commented 9 years ago

Using command line:

git branch -d mybranch

From the ui - once you do the merge, it will show a button "Delete branch"

sfeinholz commented 9 years ago

ah, I thought patrick did it with the GUI and missed that step.

saranicole commented 9 years ago

Cool, thanks for confirming. Will close out issue