gtx


Branch: develop

Author
thewhodidthis <thewhodidthis@fastmail.com>
Date
Nov. 18 '22 21:10:38
Commit
b9d703c52ef1e4dee82d0cef5d38f5267be2c001
Parent
ab8df64454cba01df4797579a7a0204478a9582e
Changes
diff --git a/main.go b/main.go
index fb2adef..e30c96f 100644
--- a/main.go
+++ b/main.go
@@ -104,7 +104,6 @@ func (r *repo) clone(target string) error {
 }
 
 func (r *repo) listBranches(bf manyflag) ([]branch, error) {
-	// dir := fmt.Sprintf("git -C %s branch", r.repo)
 	cmd := exec.Command("git", "branch", "-a")
 	cmd.Dir = filepath.Join(r.path, "repo")