git pull 수정

This commit is contained in:
leedongmyung 2025-11-22 11:23:57 +09:00
parent 46c3729e2d
commit fb7c00a9bb

View file

@ -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 =