mirror of
https://gitee.com/Lyon1998/pikapython.git
synced 2025-01-15 17:02:53 +08:00
13 lines
243 B
Bash
Executable File
13 lines
243 B
Bash
Executable File
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 add src/package/pikascript/pikascript-api/path -f
|
|
git commit
|
|
|