GitBranch.vala
authorAlan Knowles <alan@roojs.com>
Wed, 20 Mar 2019 07:57:53 +0000 (15:57 +0800)
committerAlan Knowles <alan@roojs.com>
Wed, 20 Mar 2019 07:57:53 +0000 (15:57 +0800)
GitBranch.vala

index 4624f54..6bf526c 100644 (file)
@@ -127,6 +127,7 @@ public class GitBranch : Object
                        if (this.remotes_used.get(rn)) {
                                continue;
                        }
+                       // not clear how to do this yet...
                        repo.git(  { "branch" ,"--track" , rn,  "origin/" + rn} ); 
                        
                }