diff options
author | June McEnroe <programble@gmail.com> | 2011-09-04 14:11:19 -0400 |
---|---|---|
committer | June McEnroe <programble@gmail.com> | 2011-09-04 14:11:19 -0400 |
commit | b1befada188fec20b5128e54f6c120c5fedc00de (patch) | |
tree | 43011b14be3c87fcf43218340254e980818b662a /pull.rb | |
parent | Added magical script (diff) | |
download | src-b1befada188fec20b5128e54f6c120c5fedc00de.tar.gz src-b1befada188fec20b5128e54f6c120c5fedc00de.zip |
Added auto-push
Diffstat (limited to 'pull.rb')
-rwxr-xr-x | pull.rb | 3 |
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') |