bearing / dosenet-raspberrypi

Raspberry Pi specific software for dosimeters.
MIT License
7 stars 21 forks source link

`git-pull-reboot.sh` new branch bug #75

Closed bplimley closed 7 years ago

bplimley commented 7 years ago

If a new branch is created and git-pull-reboot.sh tries to checkout the branch, currently it will error because the branch does not exist in the local repo yet. I think an additional git pull is needed before git checkout. To be tested.