mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-04-23 15:00:02 +02:00
13 lines
212 B
Bash
13 lines
212 B
Bash
git branch;
|
|
cd slsDetectorSoftware;
|
|
git branch;
|
|
cd ../slsReceiverSoftware;
|
|
git branch;
|
|
cd ../slsDetectorGui;
|
|
git branch;
|
|
cd ../slsDetectorCalibration;
|
|
git branch;
|
|
cd ../slsImageReconstruction;
|
|
git branch;
|
|
cd ..
|