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
Copy file name to clipboardExpand all lines: content/docs/commands/but-reword.mdx
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -21,7 +21,7 @@ You can also use `but reword <branch-id>` to rename the branch.
21
21
## Options
22
22
23
23
*`-m`, `--message``<MESSAGE>` — The new commit message or branch name. If not provided, opens an editor
24
-
*`-f`, `--format` — Format the existing commit message to 72-char line wrapping without opening an editor
24
+
*`-f`, `--fix-formatting` — Format the existing commit message to 72-char line wrapping without opening an editor
25
25
*`--diff` — Always show diff inside the editor.
26
26
27
27
By default the diff will be shown unless it's large. The diff will always be shown if --diff is passed, regardless of the size of the diff. (default: `false`)
Copy file name to clipboardExpand all lines: content/docs/commands/but-stage.mdx
+5-4Lines changed: 5 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -14,15 +14,16 @@ but stage --branch <branch> # interactive, specific branch
14
14
but stage <file-or-hunk> <branch> # direct staging
15
15
```
16
16
17
+
For the interactive hunk picker workflow, see [https://docs.gitbutler.com/gitbutler-tui#stage-hunks-interactively](https://docs.gitbutler.com/gitbutler-tui#stage-hunks-interactively)
0 commit comments