Skip to content

Commit 58f47d8

Browse files
committed
feat: submodule에 대한 내용을 추가하다
- submodule에 대한 내용을 추가함.
1 parent a58833c commit 58f47d8

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

CLAUDE.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,14 @@ supports both Markdown and reStructuredText content.
3030
- `uv sync` - Install dependencies from uv.lock
3131
- `uv add <package>` - Add new dependency
3232

33+
### Git Submodules
34+
35+
- `git submodule update --init --recursive` - Initialize and update all submodules
36+
- `git submodule update --remote` - Update submodules to latest remote version
37+
- `git submodule foreach git pull origin main` - Pull latest changes for all submodules
38+
39+
**Note**: The `clean` theme is managed as a Git submodule from a separate repository (`[email protected]:ujuc/clean.git`). When cloning this repository, make sure to initialize submodules to get the theme files.
40+
3341
## Architecture
3442

3543
### Content Structure

0 commit comments

Comments
 (0)