GitButler ⧓

Commands

but oplog

Show operation history

Usage

but oplog [OPTIONS]

Description

Displays the operation log (oplog) which tracks all operations performed in your GitButler workspace. This is useful for understanding what changes have been made and for potentially undoing or restoring to previous states.

Options

--since <SHA>

Start from this oplog SHA instead of the head.

  • Type: String
  • Required: Optional

Examples

Show recent operation history:

but oplog

Show operation history from a specific point:

but oplog --since abc123def456

Last updated on

On this page

Edit on GitHubGive us feedback