You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
$ git psykorebase --help
Aucune entrée de manuel pour git-psykorebase
voir « man 7 undocumented » pour obtenir de l'aide quand les pages de manuel ne sont pas disponibles.
Also -h works:
$ git psykorebase -h
usage: git-psykorebase [-h] [--no-ff] [--continue] [--ask]
[PRIMARY-BRANCH] [SECONDARY-BRANCH]
Perform safe merged-based rebases.
positional arguments:
PRIMARY-BRANCH Branch you want to apply changes on top of.
SECONDARY-BRANCH Branch with changes you want to rebase.
optional arguments:
-h, --help show this help message and exit
--no-ff Force a commit message for the psykorebase.
--continue Continue the rebase after a merge conflict.
--ask Ask confirmation before each command.
The text was updated successfully, but these errors were encountered:
--help
doesn't works:Also
-h
works:The text was updated successfully, but these errors were encountered: