Working with Git

Sterling Smith smithsp at fusion.gat.com
Wed Nov 2 23:28:30 PDT 2016


> 
> Now I still seem to have this branch in my local git repo:
> 
> $ git branch
>  l2dy-curl-ca-bundle-update
> * master
> 
> Can I delete it? With, I presume, "git branch -d l2dy-curl-ca-bundle-update"?

Yes, you can delete it with the command you show (unless it complains that it is not merged into master, in which case you might need -D instead of -d).

-Sterling


More information about the macports-dev mailing list