Skip to content

feat: change tracking and revert#42

Merged
azorng merged 2 commits intomainfrom
change_tracking
May 9, 2025
Merged

feat: change tracking and revert#42
azorng merged 2 commits intomainfrom
change_tracking

Conversation

@azorng
Copy link
Copy Markdown
Owner

@azorng azorng commented May 9, 2025

If after submitting a prompt goose has made changes to our files, we can review the file changes (diff) and/or revert them.

default mappings:

      diff_changes = '<leader>gd',           -- Display a vertical split diff of changes since the last goose prompt
      revert_all = '<leader>gra',            -- Revert all file changes since the last goose prompt
      revert_this = '<leader>grt',           -- Revert current file changes since the last goose prompt

closes #39

@azorng azorng merged commit c0241a5 into main May 9, 2025
azorng added a commit that referenced this pull request May 11, 2025
azorng added a commit that referenced this pull request May 11, 2025
azorng added a commit that referenced this pull request May 11, 2025
@azorng azorng deleted the change_tracking branch May 11, 2025 14:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Change tracking for file edits

1 participant