Pull script+example push
This commit is contained in:
parent
7f77b0d7a7
commit
cff7a18fcb
|
@ -1 +1,7 @@
|
|||
# spiff-arena
|
||||
# spiff-arena
|
||||
|
||||
|
||||
git subtree push --prefix=spiffworkflow-frontend git@github.com:sartography/spiffworkflow-frontend.git add_md_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…
Reference in New Issue