feature(update) git pull -> git pull --rebase

This commit is contained in:
coderaiser 2013-09-12 11:32:38 +00:00
parent 047ff0b05f
commit f78818038e

View file

@ -19,7 +19,7 @@
DIR = main.DIR;
exports.get = function(){
exec('git pull', {cwd : DIR}, pull);
exec('git pull --rebase', {cwd : DIR}, pull);
};
/**