Skip to content

Commit

Permalink
Add symposium 2024 submodule
Browse files Browse the repository at this point in the history
  • Loading branch information
Yu-AnChen committed May 11, 2024
1 parent 9b44293 commit 25f24e1
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 1 deletion.
4 changes: 4 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -41,3 +41,7 @@
path = 2023
url = https://github.com/btbatw/symposium-2023.git
branch = gh-pages
[submodule "2024"]
path = 2024
url = https://github.com/btbatw/symposium-2024.git
branch = gh-pages
1 change: 1 addition & 0 deletions 2024
Submodule 2024 added at c88aec
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ The site will be served at `http://127.0.0.1:4000/`

```bash
# git submodule add -b [branchname] [git url] [destination local directory]
git submodule add -b gh-pages https://github.com/btbatw/symposium-2023.git ./2023/
git submodule add -b gh-pages https://github.com/btbatw/symposium-2024.git ./2024/

# for local repo freshedly cloned and has submodule
git submodule update --init
Expand Down

0 comments on commit 25f24e1

Please sign in to comment.