core/togit.sh

6 lines
187 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")
git commit -m "Есть возможность добавлять коментарии к статьям"
2022-12-17 19:10:16 +05:00
git push -u origin master