Commands
but status
Overview of the uncommitted changes in the repository
Usage
Alias
This command can also be invoked using the shorter alias st:
Example Output
$ but status
╭┄00 [Unassigned Changes] ┊ ┊╭┄jw [sc-better-tempfiles] ┊● fc3d68e bump version ┊● 0751159 Use system temp directory instead of hardcoded /tm ┊● 9c7e2c5 Include full command in tempfile name ┊● 60c165c Hash output when generating filenames ├╯ ┊ ● d9719d1 (common base) [origin/main] Merge pull request #2 from schacon/sc-bump-version
Options
-f, --files
Determines whether the committed files should be shown as well.
- Type: Flag (boolean)
- Default:
false
-v, --verbose
Show verbose output with commit author and timestamp.
- Type: Flag (boolean)
- Default:
false
-r, --review
Show the forge review information.
- Type: Flag (boolean)
- Default:
false
Examples
Show basic status:
Show status with files:
Show verbose status with review information:
Last updated on