core/togit.sh

6 lines
110 B
Bash
Raw Normal View History

2022-12-17 19:10:16 +05:00
#!/bin/sh
git add .
#git commit -m $(date "+%Y-%m-%d")
2023-07-12 20:02:20 +05:00
git commit -m "Заказы"
2022-12-17 19:10:16 +05:00
git push -u origin master