git pull 수정
This commit is contained in:
parent
46c3729e2d
commit
fb7c00a9bb
1 changed files with 2 additions and 0 deletions
|
|
@ -53,6 +53,8 @@ class GitPull extends Command {
|
|||
var data = DataGitPush.fromJson(getParam(command));
|
||||
|
||||
var shell = StringBuffer(getCDPath(workspace));
|
||||
shell.write(
|
||||
' $and git switch -c ${data.branch!} || git switch ${data.branch!}');
|
||||
shell.write(' $and git pull origin ${data.branch}');
|
||||
|
||||
var process =
|
||||
|
|
|
|||
Loading…
Reference in a new issue