internet_ml/scripts/git.sh

9 lines
151 B
Bash

#!/bin/sh
git add .
git commit -m 'update: look at todo'
git add .
git commit -m 'update: look at todo'
git push origin master
git push github master