GitButler ⧓

Commands

but status

Overview of the uncommitted changes in the repository

Usage

but status [OPTIONS]

Alias

This command can also be invoked using the shorter alias st:

but st [OPTIONS]

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:

but status

Show status with files:

but status --files

Show verbose status with review information:

but status -v -r

Last updated on

On this page

Edit on GitHubGive us feedback