-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Change configuration of submodules (#8)
* chore: switch gitmodule org * delete everything related to modules * chore: re-organize gitmodules
- Loading branch information
Showing
3 changed files
with
8 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,10 @@ | ||
[submodule "setup"] | ||
path = setup | ||
url = https://github.com/CabrilloRoboticsClub/setup | ||
[submodule "src/deck"] | ||
path = src/deck | ||
url = https://github.com/CabrilloRoboticsClub/deck | ||
[submodule "src/rov"] | ||
path = src/rov | ||
url = https://github.com/CabrilloRoboticsClub/rov | ||
url = ../setup.git | ||
update = checkout | ||
ignore = none | ||
[submodule "source"] | ||
path = src | ||
url = ../ROV.git | ||
update = checkout | ||
ignore = none # maybe change this to `dirty`? |
Submodule src
updated
from 000000 to a41340
Submodule deck
deleted from
e33114