Update notebooks

This commit is contained in:
D-X-Y
2021-03-03 11:52:10 +08:00
parent 493478800c
commit 1e1e48a4ae
4 changed files with 257 additions and 53 deletions

View File

@@ -0,0 +1,9 @@
# Git Commands
```
git clone --recurse-submodules git@github.com:D-X-Y/AutoDL-Projects.git
git submodule init
git submodule update
git pull orign main
```