internet_ml/scripts/git.sh

9 lines
151 B
Bash
Raw Normal View History

2022-12-27 07:42:54 +00:00
#!/bin/sh
2023-01-02 16:35:36 +00:00
git add .
git commit -m 'update: look at todo'
2022-12-27 07:42:54 +00:00
git add .
git commit -m 'update: look at todo'
git push origin master
git push github master