git checkout dev git add . git commit -m "$(date)" git push git checkout main git merge dev git push git checkout dev