Queer European MD passionate about IT

add_projects_submodules.sh 238 B

1234567
  1. # Run this if your are not on the server
  2. # ssh michele@davte.it;
  3. cd /home/michele/personal_website;
  4. git submodule add ssh://git@gogs.davte.it:8445/michelezoncheddu/image-editor.git image-editor;
  5. git submodule init;
  6. git submodule update;