mirror of
https://gitee.com/Lyon1998/pikapython.git
synced 2025-01-29 17:22:56 +08:00
12 lines
189 B
Bash
12 lines
189 B
Bash
ROOT=$PWD
|
|
cd src/package/pikascript/pikascript-core
|
|
git add *
|
|
git commit
|
|
cd $ROOT
|
|
git add *
|
|
git add .vscode/launch.json
|
|
git add .vscode/c_cpp_properties.json
|
|
git add .gitignore
|
|
git commit
|
|
|