mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-07-28 18:23:35 +00:00
feature(update) git pull -> git pull --rebase
This commit is contained in:
parent
047ff0b05f
commit
f78818038e
1 changed files with 1 additions and 1 deletions
|
|
@ -19,7 +19,7 @@
|
|||
DIR = main.DIR;
|
||||
|
||||
exports.get = function(){
|
||||
exec('git pull', {cwd : DIR}, pull);
|
||||
exec('git pull --rebase', {cwd : DIR}, pull);
|
||||
};
|
||||
|
||||
/**
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue