mirror of
https://github.com/status-im/spiff-arena.git
synced 2025-02-05 06:34:03 +00:00
Pull script+example push
This commit is contained in:
parent
08000bb187
commit
4fc450e6d9
@ -1 +1,7 @@
|
|||||||
# spiff-arena
|
# spiff-arena
|
||||||
|
|
||||||
|
|
||||||
|
git subtree push --prefix=spiffworkflow-frontend git@github.com:sartography/spiffworkflow-frontend.git add_md_file
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
10
bin/pull-subtrees
Executable file
10
bin/pull-subtrees
Executable file
@ -0,0 +1,10 @@
|
|||||||
|
#!/bin/sh
|
||||||
|
|
||||||
|
for subtree in "SpiffWorkflow" \
|
||||||
|
"spiffworkflow-backend" \
|
||||||
|
"spiffworkflow-frontend" \
|
||||||
|
"flask-bpmn" \
|
||||||
|
"bpmn-js-spiffworkflow"
|
||||||
|
do
|
||||||
|
git subtree pull --prefix=$subtree git@github.com:sartography/$subtree.git main --squash
|
||||||
|
done
|
Loading…
x
Reference in New Issue
Block a user