aether git
Perform git operations on the repository in your workspace. All commands run through the workspace WebSocket connection.Usage
Subcommands
| Subcommand | Description |
|---|---|
diff | Show changes compared to the base branch |
revert <path> | Revert a single file to its base branch state |
revert-all | Revert all changes in the workspace |
snapshots | List git snapshots |
restore <messageId> | Restore the workspace to a snapshot |
aether git diff
Show a unified diff of all changes compared to the base branch.aether git revert
Revert a single file to its state on the base branch.aether git revert-all
Revert all changes in the workspace back to the base branch state.| Flag | Description |
|---|---|
--force | Skip confirmation prompt |
aether git snapshots
List git snapshots. Snapshots are created automatically at key points during agent runs.| Flag | Description |
|---|---|
--limit | Maximum number of snapshots to show |
aether git restore
Restore the workspace to a specific snapshot.| Flag | Description |
|---|---|
--force | Skip confirmation prompt |