Skip to content

feature: Skip update step if repository is in detached head state.

Christian Dreher requested to merge feature/deteached_head_skip into main

Summary will now print "Nothing to do." if a given repo is in detached head state (see here for example for the azure kinect and mongocxx):

image

The detailed output will print an appropriate message:

image

I fixed the typos and capitalization in a later commit.

Merge request reports