An open API service indexing awesome lists of open source software.

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

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

```