fix: made git more stable

This commit is contained in:
2026-02-22 11:10:54 +01:00
parent b166dd5a81
commit 78a0f0f62f
4 changed files with 540 additions and 32 deletions

View File

@@ -240,7 +240,7 @@ export const GitSidebar: React.FC = () => {
}
if (repoState.hasRemote) {
await refreshRemoteState(resolvedProjectPath);
await refreshRemoteState(resolvedProjectPath, { fetchFirst: true });
if (!isCurrentRequest()) {
return;
}