odoo/addons/document_page/static/src/lib/wiky/autogit.sh

7 lines
93 B
Bash
Executable File

#!/bin/sh
git add --all
git commit -a -m "prototype changed"
git pull
git mergetool
git push