Add dry-run for checkout-if-exists
This release adds a --dry-run
(or -n
) option to checkout-if-exists
which lists if a branch exists on a repo without checking out:
❯ mepo checkout-if-exists -n feature/mathomp4/mkl-is-optional
Branch feature/mathomp4/mkl-is-optional exists in cmake
Branch feature/mathomp4/mkl-is-optional exists in NCEP_Shared
Branch feature/mathomp4/mkl-is-optional exists in GEOSgcm_GridComp