Pour tout problème contactez-nous par mail : support@froggit.fr | La FAQ | Rejoignez-nous sur le Chat
#!/bin/bash REPO_PATH="${PROJECT_HOME}/comwork-cloud-wiki/" cd "${REPO_PATH}" && git pull origin main || : git push github main -f git push pgitlab main -f git push froggit main -f exit 0