mirror of
https://github.com/aljazceru/omakub.git
synced 2026-01-04 04:54:24 +01:00
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.