On 2016-11-04 03:41, Lawrence Velázquez wrote: >> On Nov 3, 2016, at 9:48 PM, Ryan Schmidt <ryandes...@macports.org> wrote: >> >> I did already run "git branch -D l2dy-curl-ca-bundle-update" when "git >> branch -d l2dy-curl-ca-bundle-update" failed because of an error. > > Do you remember what the error was? The next time it happens could you > let me know? I could certainly have overlooked something.
After the branch was pushed to the remote master, locally the commits are only in this branch. You need to do another pull on the master branch, which will introduce these changes locally, before you can delete the changes without error. $ git checkout master $ git pull --rebase $ git branch -d l2dy-curl-ca-bundle-update Rainer _______________________________________________ macports-dev mailing list macports-dev@lists.macosforge.org https://lists.macosforge.org/mailman/listinfo/macports-dev