gitlive.js
authorAlan Knowles <alan@wideboy.(none)>
Wed, 28 Apr 2010 14:30:17 +0000 (22:30 +0800)
committerAlan Knowles <alan@wideboy.(none)>
Wed, 28 Apr 2010 14:30:17 +0000 (22:30 +0800)
gitlive.js

index 923aacf..c6eb60e 100644 (file)
@@ -141,7 +141,6 @@ var monitor = new Monitor({
         }
          this.queue.push( 
             [ src.gitpath, 'rm' , src.vpath ],
-            [ src.gitpath, 'push', { all: true } ]
             [ src.gitpath,  'commit', { all: true, message: src.vpath} ],
             [ src.gitpath , 'push', { all: true } ]
         );