Skip to content
This repository was archived by the owner on Jul 28, 2025. It is now read-only.

Commit 089b275

Browse files
committed
Merge branch 'imed-docu-branch'
2 parents 27e1a6d + 91962e3 commit 089b275

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

devops/prepareDocumentation.sh

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
#!/bin/zsh
2+
# Give this exec privileges => chmod +x devops/prepareDocumentation.sh
3+
git checkout $1
4+
git add .
5+
git commit -m "Update documentation"
6+
git push origin $1

0 commit comments

Comments
 (0)