pikapython/commit.sh

13 lines
243 B
Bash
Raw Normal View History

2021-08-21 17:20:41 +08:00
ROOT=$PWD
2021-08-23 13:54:30 +08:00
cd src/package/pikascript/pikascript-core
2021-08-21 17:20:41 +08:00
git add *
git commit
cd $ROOT
git add *
2021-08-22 21:31:17 +08:00
git add .vscode/launch.json
2021-08-23 15:13:03 +08:00
git add .vscode/c_cpp_properties.json
2021-08-22 21:31:32 +08:00
git add .gitignore
2021-08-23 18:50:20 +08:00
git add src/package/pikascript/pikascript-api/path -f
2021-08-21 17:20:41 +08:00
git commit