ioos / bio_data_guide

Standardizing Marine Biological Data Working Group - An open community to facilitate the mobilization of biological data to OBIS.
https://ioos.github.io/bio_data_guide/
MIT License
45 stars 21 forks source link

re aligning submodule for edna #192

Closed MathewBiddle closed 9 months ago

MathewBiddle commented 9 months ago

Had to do some git submodule magic:

$ git submodule status
 9d2b82a1a94d4b3f74325b0f284ad4c50618e6c1 datasets/dataset-edna (heads/main)

$ git submodule update --remote
Submodule path 'datasets/dataset-edna': checked out 'e7bb04218420b189e04d651f1653977f3a5d051d'

$ git status
On branch main
Your branch is up to date with 'origin/main'.

Changes not staged for commit:
  (use "git add <file>..." to update what will be committed)
  (use "git restore <file>..." to discard changes in working directory)
        modified:   datasets/dataset-edna (new commits)

$ git add datasets/dataset-edna*

$ git status
On branch main
Your branch is up to date with 'origin/main'.

Changes to be committed:
  (use "git restore --staged <file>..." to unstage)
        modified:   datasets/dataset-edna

closes #191