Skip to content

Commit 9eabd3a

Browse files
committed
Merge branch 'dev' into early-unstable
2 parents c6bec23 + 3e684d8 commit 9eabd3a

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

src/main/main.ts

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -692,6 +692,16 @@ ipcMain.on('git-magic', async (event, branch) => {
692692
.then((message = 'success'))
693693
.catch((message = 'error'));
694694
} else {
695+
//Fetch of new branches
696+
await git.fetch({
697+
fs,
698+
http,
699+
dir,
700+
url: repo,
701+
depth: 1,
702+
tags: false,
703+
});
704+
695705
// Status Matrix Row Indexes (git reset)
696706
const FILEPATH = 0;
697707
const HEAD = 1;

0 commit comments

Comments
 (0)