sdk/code_device checkout to branch twain

This commit is contained in:
gb 2023-07-19 10:52:05 +08:00
parent fd974839da
commit a029a372fc
1 changed files with 4 additions and 4 deletions

View File

@ -92,12 +92,12 @@ function appbuild()
git -C ../release pull
git -C ../sdk clean -df
git -C ../sdk checkout .
git -C ../sdk pull
git -C ../sdk checkout twain
git -C ../sdk pull origin twain
#git -C ../code_device clean -df
#git -C ../code_device checkout .
#git -C ../code_device pull
#git -C ../code_device checkout twain
#git -C ../code_device pull origin twain
git -C ../code_app clean -df
git -C ../code_app checkout .