diff --git a/extensions/git/package.json b/extensions/git/package.json index fc995a6e94b00997544160ef3ba72ebb6cc9d144..17812acadfbb2f0e7951066ecbee25ebd9821a55 100644 --- a/extensions/git/package.json +++ b/extensions/git/package.json @@ -661,11 +661,21 @@ "group": "1_sync", "when": "scmProvider == git" }, + { + "command": "git.pushForce", + "group": "1_sync", + "when": "scmProvider == git && config.git.allowForcePush" + }, { "command": "git.pushTo", "group": "1_sync", "when": "scmProvider == git" }, + { + "command": "git.pushToForce", + "group": "1_sync", + "when": "scmProvider == git && config.git.allowForcePush" + }, { "command": "git.publish", "group": "2_publish",