From 8e6a9855b3fdf5336089fa62a837ad902d79c53f Mon Sep 17 00:00:00 2001 From: June McEnroe Date: Sun, 4 Sep 2011 14:11:19 -0400 Subject: Added auto-push --- pull.rb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'pull.rb') 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') -- cgit 1.4.1