Skip to content

Commit

Permalink
Fix command list in help output (#274)
Browse files Browse the repository at this point in the history
'rebase' and 'fixup' were accidentally displayed on the same line.
  • Loading branch information
carlfriedrich committed Jan 11, 2023
1 parent 329523b commit 548af73
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion bin/git-forgit
Expand Up @@ -611,9 +611,10 @@ valid_commands=(
"cherry_pick_from_branch"
"clean"
"diff"
"fixup"
"ignore"
"log"
"rebase fixup"
"rebase"
"reset_head"
"revert_commit"
"stash_show"
Expand Down

0 comments on commit 548af73

Please sign in to comment.