https://github.com/mageddo/my-project
Example project to git modules explain
https://github.com/mageddo/my-project
Last synced: 4 months ago
JSON representation
Example project to git modules explain
- Host: GitHub
- URL: https://github.com/mageddo/my-project
- Owner: mageddo
- Created: 2016-06-16T18:35:54.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2016-06-16T18:59:17.000Z (almost 10 years ago)
- Last Synced: 2025-07-30T14:27:54.430Z (10 months ago)
- Size: 1000 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Git modules example
this is the root project
# Cloning
```bash
# cloning repo
$ git clone https://github.com/mageddo/my-project.git
$ cd my-project/
# initializing and download all submodules setup at .gitmodules
$ git submodule init
$ git submodule update
```