From f111455d90bfab0063d04458f72550bd74765ec3 Mon Sep 17 00:00:00 2001 From: Benjamin Meixner <46966993+maixnor@users.noreply.github.com> Date: Fri, 10 Dec 2021 02:52:37 +0100 Subject: [PATCH] add cherrypick to git language, remove duplicate rebase (#2164) --- static/languages/git.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/static/languages/git.json b/static/languages/git.json index c0d429e58..4bd57633e 100644 --- a/static/languages/git.json +++ b/static/languages/git.json @@ -45,12 +45,12 @@ "submodule", "show", "difftool", - "rebase", "blame", "grep", "lfs", "archive", "bundle", - "build" + "build", + "cherrypick" ] }