summary refs log tree commit diff
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2011-09-04 14:11:19 -0400
committerJune McEnroe <june@causal.agency>2011-09-04 14:11:19 -0400
commit8e6a9855b3fdf5336089fa62a837ad902d79c53f (patch)
tree43011b14be3c87fcf43218340254e980818b662a
parentAdded magical script (diff)
downloadsrc-8e6a9855b3fdf5336089fa62a837ad902d79c53f.tar.gz
src-8e6a9855b3fdf5336089fa62a837ad902d79c53f.zip
Added auto-push
-rwxr-xr-xpull.rb3
1 files changed, 2 insertions, 1 deletions
diff --git a/pull.rb b/pull.rb
index 0aaffc5a..d06df66b 100755
--- a/pull.rb
+++ b/pull.rb
@@ -24,4 +24,5 @@ dotfiles.each do |a, b|
 end
 
 system('git add .')
-exec('git commit -a')
+system('git commit -a')
+system('git push')