Add merge ops (not yet import py api)
This commit is contained in:
parent
a6a7397dce
commit
850c483d5b
13 changed files with 220 additions and 1676 deletions
10
server/git_pull_recipe.sh
Normal file
10
server/git_pull_recipe.sh
Normal 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 ..
|
||||
Loading…
Add table
Add a link
Reference in a new issue