timelink

Timelink, formerly known as MHK (Micro History with Kleio) is an information system designed for processing person related information collected from historical sources.

View the Project on GitHub joaquimrcarvalho/timelink

Using submodules

It is possible to use submodules to create a Timelink instalation which aggregates several source repositories.

Submodules are a technique in git that allows for including links to other repositories in a given repository.

Cloning a repository with submodules

With mhk do

mhk sources clone URL TOKEN DIR --recurse-submodules 

Currently the automatic repository refresh of MHK does not update the submodules versions.

In a terminal in the sources directory of the project do:

git submodule update --remote --merge

from https://stackoverflow.com/questions/5828324/update-git-submodule-to-latest-commit-on-origin