From 38faa62913ddad438673605b9adedaa9b9f6ed89 Mon Sep 17 00:00:00 2001 From: Tom Kuson Date: Thu, 2 May 2024 14:04:05 +0100 Subject: [PATCH] impr(language): add common force option flags to git words (tjkuson) (#5348) --- frontend/static/languages/git.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/frontend/static/languages/git.json b/frontend/static/languages/git.json index ffaf008e439c..3c134d74bf92 100644 --- a/frontend/static/languages/git.json +++ b/frontend/static/languages/git.json @@ -50,6 +50,9 @@ "bundle", "build", "cherrypick", - "@" + "@", + "-f", + "--force-if-includes", + "--force-with-lease" ] }