Skip to content

Commit fec298e

Browse files
committed
Update
1 parent febb2a3 commit fec298e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

_3_1_Update_MooaToon_Engine.bat

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ call _2_5_Settings.bat
99

1010
pushd %engineFolderName%
1111

12-
git pull
12+
git pull origin %engineBranchName% --depth=100
1313
git submodule update --init --recursive
1414

1515
popd

_3_2_Update_MooaToon_Project.bat

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ call _2_5_Settings.bat
99

1010
pushd %projectFolderName%
1111

12-
git pull
12+
git pull origin %projectBranchName% --depth=100
1313
git submodule update --init --recursive
1414

1515
popd

0 commit comments

Comments
 (0)