PulseAugur
LIVE 12:22:57
tool · [1 source] ·
0
tool

Cursor IDE's revert function fails with multi-repo projects

A user on Reddit reported issues with the revert functionality in the Cursor IDE. The problem occurs when Cursor makes changes across multiple, separate Git repositories within the same project folder structure. Despite the IDE indicating that changes have been reverted, the user observed that the actual code modifications remain in place. AI

Summary written by gemini-2.5-flash-lite from 1 source. How we write summaries →

IMPACT Bug report highlights potential issues with AI-assisted code editing tools in complex project setups.

RANK_REASON User-reported bug in a specific software product.

Read on r/cursor →

COVERAGE [1]

  1. r/cursor TIER_2 (AF) · /u/Eastern_Composer_699 ·

    Revert is not working properly

    <!-- SC_OFF --><div class="md"><p>My folder structure for the cursor is<br /> root<br /> ---- repo 1 (frontend)<br /> ---- repo 2 (backend) </p> <p>When Cursor makes changes in repo 1 and repo 2 and I revert it, Cursor says that it has reverted the changes but actually it has not…