
| Current Path : /home/cgabriel/10_company_xx/ |
Linux ift1.ift-informatik.de 5.4.0-216-generic #236-Ubuntu SMP Fri Apr 11 19:53:21 UTC 2025 x86_64 |
| Current File : //home/cgabriel/10_company_xx/sync.bat |
USER=$1 PASS=$2 set USER=%1 set PASS=%2 #================================================================= PWD0=$PWD set PWD0=%cd% git clone https://%USER:%PASS@git.ift-intern.de/repos/10_company/SUBREPO/01.git SUBREPO git clone https://$USER:$PASS@git.ift-intern.de/repos/10_company/SUBREPO/01.git SUBREPO cd SUBREPO call ..\SUBREPO\sync.bat %USER% %PASS% bash ../SUBREPO/sync.bat $USER $PASS cd $PWD0 cd %PWD0% #================================================================== PWD0=$PWD set PWD0=%cd% git clone https://%USER:%PASS@git.ift-intern.de/repos/10_company/25_ift/01.git 25_ift git clone https://$USER:$PASS@git.ift-intern.de/repos/10_company/25_ift/01.git 25_ift cd 25_ift call ..\25_ift\sync.bat %USER% %PASS% bash ../25_ift/sync.bat $USER $PASS cd $PWD0 cd %PWD0% PWD0=$PWD set PWD0=%cd% git clone https://%USER:%PASS@git.ift-intern.de/repos/10_company/27_rea/01.git 27_rea git clone https://$USER:$PASS@git.ift-intern.de/repos/10_company/27_rea/01.git 27_rea cd 27_rea call ..\27_rea\sync.bat %USER% %PASS% bash ../27_rea/sync.bat $USER $PASS cd $PWD0 cd %PWD0% PWD0=$PWD set PWD0=%cd% git clone https://%USER:%PASS@git.ift-intern.de/repos/10_company/40_pallets/01.git 40_pallets git clone https://$USER:$PASS@git.ift-intern.de/repos/10_company/40_pallets/01.git 40_pallets cd 40_pallets call ..\40_pallets\sync.bat %USER% %PASS% bash ../40_pallets/sync.bat $USER $PASS cd $PWD0 cd %PWD0% PWD0=$PWD set PWD0=%cd% git clone https://%USER:%PASS@git.ift-intern.de/repos/10_company/41_deshe/01.git 41_deshe git clone https://$USER:$PASS@git.ift-intern.de/repos/10_company/41_deshe/01.git 41_deshe cd 41_deshe call ..\41_deshe\sync.bat %USER% %PASS% bash ../41_deshe/sync.bat $USER $PASS cd $PWD0 cd %PWD0% PWD0=$PWD set PWD0=%cd% git clone https://%USER:%PASS@git.ift-intern.de/repos/10_company/42_camift/01.git 42_camift git clone https://$USER:$PASS@git.ift-intern.de/repos/10_company/42_camift/01.git 42_camift cd 42_camift call ..\42_camift\sync.bat %USER% %PASS% bash ../42_camift/sync.bat $USER $PASS cd $PWD0 cd %PWD0% PWD0=$PWD set PWD0=%cd% git clone https://%USER:%PASS@git.ift-intern.de/repos/10_company/43_rocksensor/01.git 43_rocksensor git clone https://$USER:$PASS@git.ift-intern.de/repos/10_company/43_rocksensor/01.git 43_rocksensor cd 43_rocksensor call ..\43_rocksensor\sync.bat %USER% %PASS% bash ../43_rocksensor/sync.bat $USER $PASS cd $PWD0 cd %PWD0% PWD0=$PWD set PWD0=%cd% git clone https://%USER:%PASS@git.ift-intern.de/repos/10_company/44_ee/01.git 44_ee git clone https://$USER:$PASS@git.ift-intern.de/repos/10_company/44_ee/01.git 44_ee cd 44_ee call ..\44_ee\sync.bat %USER% %PASS% bash ../44_ee/sync.bat $USER $PASS cd $PWD0 cd %PWD0% PWD0=$PWD set PWD0=%cd% git clone https://%USER:%PASS@git.ift-intern.de/repos/10_company/45_12park/01.git 45_12park git clone https://$USER:$PASS@git.ift-intern.de/repos/10_company/45_12park/01.git 45_12park cd 45_12park call ..\45_12park\sync.bat %USER% %PASS% bash ../45_12park/sync.bat $USER $PASS cd $PWD0 cd %PWD0% PWD0=$PWD set PWD0=%cd% git clone https://%USER:%PASS@git.ift-intern.de/repos/10_company/58_kimutage/01.git 58_kimutage git clone https://$USER:$PASS@git.ift-intern.de/repos/10_company/58_kimutage/01.git 58_kimutage cd 58_kimutage call ..\58_kimutage\sync.bat %USER% %PASS% bash ../58_kimutage/sync.bat $USER $PASS cd $PWD0 cd %PWD0% #================================================================== echo "" echo "SUBMODULE ----> $PWD <---- " echo "SUBMODULE ----> %PWD% <---- " git add --all . git commit -m sync_bat -a git pull --no-edit --prune origin git pull --tags --prune origin git add --all . git commit -m automatic_merge_after_pull -a git push -u origin HEAD git push --tags origin echo "" echo "$PWD =======================" echo "" # exit