@LarsGit223 you can also do a "force push" to your existing branch to reword 
it, something like these steps:

```bash
$ git checkout issue1330
$ git commit --amend # and then reword the message
$ git push <your-remote-here> +issue1330
```

-- 
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/pull/1621#issuecomment-334617777

Reply via email to