mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-04-20 02:40:03 +02:00
16 lines
322 B
Bash
16 lines
322 B
Bash
sh updateSvnVersion.sh
|
|
|
|
cd slsDetectorGui
|
|
git commit -a -m "updating versions"
|
|
git push origin developer:developer
|
|
|
|
cd ../slsDetectorSoftware
|
|
git commit -a -m "updating versions"
|
|
git push origin developer:developer
|
|
|
|
cd ../slsReceiverSoftware
|
|
git commit -a -m "updating versions"
|
|
git push origin developer:developer
|
|
|
|
cd ..
|