From 63a79121e3667ed84432b7bc9e3239cb62c059c8 Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Fri, 16 Feb 2024 20:37:23 -0600 Subject: trying to create branches --- addRepo.go | 1 - 1 file changed, 1 deletion(-) (limited to 'addRepo.go') diff --git a/addRepo.go b/addRepo.go index a44dffa..03d8135 100644 --- a/addRepo.go +++ b/addRepo.go @@ -103,7 +103,6 @@ func addRepo(grid *gui.Node, path string, master string, devel string, user stri // commit was not done, restore diff newRepo.status.RunCmd([]string{"git", "restore", "--staged", "."}) } else { - newRepo.status.UpdateNew() newRepo.newScan() } me.reposwin.Enable() -- cgit v1.2.3