Murmele/Gittyup

Git checkout does not update submodules

Open

#166 opened on May 9, 2022

 (4 comments) (0 reactions) (0 assignees)C++ (167 forks)auto 404
enhancementgood first issue

Repository metrics

Stars
 (2,245 stars)
PR merge metrics
 (PR metrics pending)

Description

When doing checkout of a commit, the submodules have to be updated manually: git submodule update --init --recursive

Contributor guide