Git.vala
authorAlan Knowles <alan@roojs.com>
Mon, 11 Mar 2019 07:36:43 +0000 (15:36 +0800)
committerAlan Knowles <alan@roojs.com>
Mon, 11 Mar 2019 07:36:43 +0000 (15:36 +0800)
Git.vala

index 883999c..7e7ce98 100644 (file)
--- a/Git.vala
+++ b/Git.vala
@@ -24,6 +24,10 @@ void main()
        GLib.FileUtils.set_contents("/home/alan/git/test2/test1", 
                GLib.DateTime.now_utc().format("%Y-%m-%d %H:%M:%S")
        );
+       // mmh.. no git add/commit in library...
+       Process.spawn_command_line_sync ("ls");
+
+       
        a.pushAll();
 }
  
@@ -79,6 +83,9 @@ namespace  GitLive {
                        }
                
                }
+               
+               
+               
                public void pushAll()
                {
                        // remotes probably will not work with http auth..