Skip to content

Commit

Permalink
Adds app branch specification
Browse files Browse the repository at this point in the history
  • Loading branch information
jdfiguer authored and jdfiguer committed Jan 11, 2024
1 parent 97f5ee5 commit 6be8ac1
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
9 changes: 9 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -45,27 +45,36 @@
[submodule "apps/cf"]
path = apps/cf
url = https://github.com/nasa/CF.git
branch = main
[submodule "apps/ds"]
path = apps/ds
url = https://github.com/nasa/DS.git
branch = main
[submodule "apps/fm"]
path = apps/fm
url = https://github.com/nasa/FM.git
branch = main
[submodule "apps/cs"]
path = apps/cs
url = https://github.com/nasa/CS.git
branch = main
[submodule "apps/hk"]
path = apps/hk
url = https://github.com/nasa/HK.git
branch = main
[submodule "apps/hs"]
path = apps/hs
url = https://github.com/nasa/HS.git
branch = main
[submodule "apps/lc"]
path = apps/lc
url = https://github.com/nasa/LC.git
branch = main
[submodule "apps/md"]
path = apps/md
url = https://github.com/nasa/MD.git
branch = main
[submodule "apps/mm"]
path = apps/mm
url = https://github.com/nasa/MM.git
branch = main
5 changes: 4 additions & 1 deletion scripts/update.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,7 @@ fi

git fetch nasa
git merge nasa/main
git rebase nasa/main
git rebase nasa/main

# update 10 open source apps
git submodule update --init --recursive

0 comments on commit 6be8ac1

Please sign in to comment.