7 lines
104 B
Bash
7 lines
104 B
Bash
|
#!/bin/sh
|
||
|
|
||
|
git add .
|
||
|
git commit -m 'update: look at todo'
|
||
|
git push origin master
|
||
|
git push github master
|