You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Raise exception when repo is in a detached HEAD state (#626)
* Directly exit when detached HEAD is detected
* Add test for detached head exception
* Remove unused import in test_cli.py
* Make pytests less verbose
* Add sweep test to test_setup.py
* Catch SystemExit exception
* Add get_branch method + test. Replaced direct call to active_branch in branch.py
* Fix type hint from review
---------
Co-authored-by: jo-basevi <[email protected]>
0 commit comments