Add merge ops (not yet import py api)

This commit is contained in:
pakintada@gmail.com 2023-09-19 15:21:08 +07:00
parent a6a7397dce
commit 850c483d5b
13 changed files with 220 additions and 1676 deletions

10
server/git_pull_recipe.sh Normal file
View file

@ -0,0 +1,10 @@
# modify this
# .sh for linux
# .bat for windows
# pull only 1 file
git clone --depth 1 --no-checkout --filter=blob:none ssh://ikong@192.168.10.159/1TBHDD/ikong/repo/cofffeemachineConfig
cd cofffeemachineConfig
git checkout master -- coffeethai02_577.json
cd ..