Files
omakub/bin
Richard Macklin 40749d8a98 Ensure the stable branch is checked out before pulling in migrate.sh
The checkout would be a no-op if already on `stable` (git would print
`Already on 'stable'` but importantly would *not* return a failing exit
code). It would fail if the user has local changes, but if they have
local changes `git pull` would also fail, so there's no change there.
2024-08-02 13:58:47 -07:00
..