File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -17,8 +17,8 @@ color 07
1717
1818pushd %engineFolderName%
1919
20- git fetch origin %engineBranchName% --depth=1
21- git checkout -B %engineBranchName% -f
20+ git fetch origin %engineBranchName% :refs/remotes/origin/ %engineBranchName% --depth=1
21+ git checkout -B %engineBranchName% origin/ %engineBranchName% -f
2222git submodule update --init --recursive
2323
2424popd
Original file line number Diff line number Diff line change @@ -17,8 +17,8 @@ color 07
1717
1818pushd %projectFolderName%
1919
20- git fetch origin %projectBranchName% --depth=1
21- git checkout -B %projectBranchName% -f
20+ git fetch origin %projectBranchName% :refs/remotes/origin/ %projectBranchName% --depth=1
21+ git checkout -B %projectBranchName% origin/ %projectBranchName% -f
2222git submodule update --init --recursive
2323
2424popd
You can’t perform that action at this time.
0 commit comments