From 678af1039ce3c66cd7cd355db14a5f8ef1668ee7 Mon Sep 17 00:00:00 2001 From: shylinux Date: Wed, 19 Apr 2023 07:08:35 +0800 Subject: [PATCH] opt some --- misc/git/repos.go | 1 - 1 file changed, 1 deletion(-) diff --git a/misc/git/repos.go b/misc/git/repos.go index 220aab90..f170c372 100644 --- a/misc/git/repos.go +++ b/misc/git/repos.go @@ -285,7 +285,6 @@ const ( ADD = "add" STASH = "stash" COMMIT = "commit" - BRANCH = "branch" ORIGIN = "origin"