|
@@ -1,6 +1,7 @@
|
|
-ssh michele@davte.it;
|
|
|
|
-cd /home/michele/www/personal_website;
|
|
|
|
-mkdir projects;
|
|
|
|
-git submodule add path/to/repo/image-editor.git projects/image-editor;
|
|
|
|
|
|
+# Run this if your are not on the server
|
|
|
|
+# ssh michele@davte.it;
|
|
|
|
+
|
|
|
|
+cd /home/michele/personal_website;
|
|
|
|
+git submodule add ssh://git@gogs.davte.it:8445/michelezoncheddu/image-editor.git image-editor;
|
|
git submodule init;
|
|
git submodule init;
|
|
git submodule update;
|
|
git submodule update;
|