When doing git completion, fish generally completes the branch name e.g.
git push origin <completion here>
However, when doing a force push with a +, the branch completion does not work:
git push origin +<no completion here>
Fish version: 2.2.0
Operating system: Fedora Linux
Terminal or terminal emulator: Konsole