Skip to content

Commit 3cd62ac

Browse files
committed
feat: add option to skip git hooks when pushing
1 parent c224775 commit 3cd62ac

File tree

4 files changed

+2877
-2338
lines changed

4 files changed

+2877
-2338
lines changed

package.json

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,11 @@
8484
"Ask to push worktrees to remote"
8585
]
8686
},
87+
"gitWorktree.worktree.skipGitHooks": {
88+
"type": "boolean",
89+
"default": false,
90+
"description": "Skip git hooks when pushing to remote (uses --no-verify flag)"
91+
},
8792
"gitWorktree.worktree.loggingLevel": {
8893
"type": "string",
8994
"default": "Info",
@@ -313,5 +318,6 @@
313318
"pnpm": ">=8",
314319
"node": ">=18",
315320
"vscode": "^1.72.0"
316-
}
321+
},
322+
"packageManager": "[email protected]+sha512.93e57b0126f0df74ce6bff29680394c0ba54ec47246b9cf321f0121d8d9bb03f750a705f24edc3c1180853afd7c2c3b94196d0a3d53d3e069d9e2793ef11f321"
317323
}

0 commit comments

Comments
 (0)