Skip to content

MI Module Subtree

Christian Noss edited this page Feb 7, 2019 · 1 revision

Git Subtree Links

Git Subtree Commands

Add Remote for subtree

git remote add -f mi-2017-module git@github.com:th-koeln/mi-2017.git

Add Subtree itself

git subtree add --prefix=mi-moduls-po4/ mi-2017-module master

Pull Changes from Subtree Master

git subtree pull --prefix=mi-moduls-po4/ mi-2017-module master