FWIW, you could've just done:

```bash
$ git branch -m commonlib commonlib-old
$ git branch -m commonlib2 commonlib
$ git push <your-remote> -f commonlib
```

And this PR would be updated. Oh well, no big deal.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany-plugins/pull/620#issuecomment-335985181

Reply via email to