fix: made git more stable
This commit is contained in:
@@ -240,7 +240,7 @@ export const GitSidebar: React.FC = () => {
|
||||
}
|
||||
|
||||
if (repoState.hasRemote) {
|
||||
await refreshRemoteState(resolvedProjectPath);
|
||||
await refreshRemoteState(resolvedProjectPath, { fetchFirst: true });
|
||||
if (!isCurrentRequest()) {
|
||||
return;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user