Skip to content
Aaron Robert edited this page Apr 24, 2020 · 1 revision

Welcome to the smark wiki!

This repository is generated from ModernCppStarter

Pull changes from template repository.

Quote: Daniel Doblado: github-pull-changes-from-a-template-repository

git remote add template https://github.com/TheLartians/ModernCppStarter/tree/master
git fetch --all
git merge template/master --allow-unrelated-histories
Clone this wiki locally