-
Notifications
You must be signed in to change notification settings - Fork 38
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Verify setup for ohw-tutorials submodule #263
Comments
I've added the OHW23 branch, but its currently pretty empty. By incantation, I meant |
Thanks, tldr ➜
tldr git submodule
git submodule
Inspects, updates and manages submodules.
More information: <https://git-scm.com/docs/git-submodule>.
- Install a repository's specified submodules:
git submodule update --init --recursive
- Add a Git repository as a submodule:
git submodule add repository_url
- Add a Git repository as a submodule at the specified directory:
git submodule add repository_url path/to/directory
- Update every submodule to its latest commit:
git submodule foreach git pull Or for a ore definitive source https://git-scm.com/book/en/v2/Git-Tools-Submodules |
Or my shell history remembers last year |
Thanks!
So, we would run |
🤯 That's a long shell history! Great. So, that's all we need to do, and just once? Should I run it locally, update the tutorials-index pages to OHW23 (to be a stub at this point), and push it to PR #261? |
We'll also need to |
@abkfenris:
I'm copying your comment from #261 (comment)
The .gitmodules setup seems straightforward. Once we have a tutorials OHW23 branch, we'll copy and adapt the ohw22 block to this:
The incantation you referred to seems to be the
blocks in workflows/check_sphinx_build.yml and workflows/deploy-docs.yml. If so, it looks like nothing more needs to be done.
Does that look right?
The text was updated successfully, but these errors were encountered: