Commands
but oplog
Show operation history
Usage
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:
Show operation history from a specific point:
Related Commands
but undo- Undo the last operationbut restore- Restore to a specific oplog snapshotbut snapshot- Create an on-demand snapshot
Last updated on