Sources: https://git-scm.com/docs/git-push
"""
By having the optional leading +, you can tell Git to update the ref even if it is not allowed by default (e.g., it is not
a fast-forward.) This does not attempt to merge into .
[...]
To force a push to only one branch, use a + in front of the refspec to push
"""
Sources: https://git-scm.com/docs/git-push
ref even if it is not allowed by default (e.g., it is not into .
"""
By having the optional leading +, you can tell Git to update the
a fast-forward.) This does not attempt to merge
[...]
To force a push to only one branch, use a + in front of the refspec to push
"""
Fixes https://pagure.io/pagure/issue/2452
Signed-off-by: Pierre-Yves Chibon pingou@pingoured.fr