News

In a previous git submodules tutorial, I added submodules to a stand-alone repository. There was no push or pull to or from GitHub or GitLab. In this GitLab and GitHub submodules add example, I will ...
They can clone from GitLab, they can do a Git submodule add from GitHub or they can manually create all their repositories and submodules. This tutorial will focus on the latter approach, which will ...
Notifications You must be signed in to change notification settings This document explains how we used git submodule for an internal project. It's not clear that submodules is the best solution for ...
git submodule add --name .gitlab-ci-functions -b master -- https://github.com/sysadmws/gitlab-ci-functions .gitlab-ci-functions P.S. You can directly fetch code from ...