Revision #102 was created by rackycz on Sep 21, 2019, 6:14:20 AM.
edit
Content
[...]
- or you can use also this URL:
- https://gitlab.com/{username}/{projectName}.git
- or you can use HTTP:
- http://gitlab.com/{username}/{projectName}.git
When cloned, copy the content of the "basic" folder into the new empty git-folder and push everything except for folder "vendor". (It contains 75MB and 7000 files. Y so you dont want to have it in GIT.)
Then you can start to modify you project, for example based on this "tutorial".