Skip to content

Commit

Permalink
add: submodules
Browse files Browse the repository at this point in the history
  • Loading branch information
kimhappy committed Nov 8, 2024
1 parent a4dad23 commit 134823d
Show file tree
Hide file tree
Showing 4 changed files with 24 additions and 1 deletion.
7 changes: 7 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
[submodule "MusicWith"]
path = MusicWith
url = https://github.com/kimhappy/MusicWith

[submodule "MusicWithServer"]
path = MusicWithServer
url = https://github.com/kimhappy/MusicWithServer
1 change: 1 addition & 0 deletions MusicWith
Submodule MusicWith added at 7b4223
1 change: 1 addition & 0 deletions MusicWithServer
Submodule MusicWithServer added at cc3987
16 changes: 15 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1 +1,15 @@
# MusicWith
# MusicWith

Clone this git with

```sh
git clone --recurse-submodules https://github.com/ProjectInTheClass/MusicWith
```

or

```sh
git submodule update --init --recursive
```

to get App / Server git repository

0 comments on commit 134823d

Please sign in to comment.