Skip to content
Snippets Groups Projects
Commit 6c559784 authored by Lars Bilke's avatar Lars Bilke
Browse files

Updated README for pushing.

parent 903e318b
No related branches found
No related tags found
No related merge requests found
......@@ -20,13 +20,19 @@ For the initial checkout:
cd projectdir
git subtree add --squash --prefix=cmake git://github.com/bilke/cmake-modules.git master
git subtree add --squash --prefix=cmake git@github.com:bilke/cmake-modules.git master
For updates:
cd projectdir
git subtree pull --squash --prefix=cmake git://github.com/bilke/cmake-modules.git master
git subtree pull --squash --prefix=cmake git@github.com:bilke/cmake-modules.git master
For pushing to upstream:
cd projectdir
git subtree push --prefix=cmake git@github.com:bilke/cmake-modules.git master
How to Use
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment