core/togit.sh

6 lines
110 B
Bash
Executable File

#!/bin/sh
git add .
#git commit -m $(date "+%Y-%m-%d")
git commit -m "Заказы"
git push -u origin master