Manual script to sync

This commit is contained in:
2024-10-11 15:40:22 +02:00
parent 02b6f692b0
commit d83a2db169

5
update_dev.sh Normal file
View File

@@ -0,0 +1,5 @@
#!/bin/bash
git checkout development
git pull origin development
git merge main
git push origin development