We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 7ef9dfa + 22c6ee7 commit 7c4b980Copy full SHA for 7c4b980
denops/gin/action/worktree_new.ts
@@ -67,6 +67,8 @@ async function doNew(
67
worktreePath,
68
target,
69
]);
70
+ // Change the current working directory to the new worktree
71
+ await fn.chdir(denops, worktreePath);
72
}
73
74
async function doNewOrphan(
@@ -92,6 +94,8 @@ async function doNewOrphan(
92
94
"--orphan",
93
95
96
97
98
99
100
101
async function findRoot(
0 commit comments