6 lines
77 B
Bash
6 lines
77 B
Bash
|
#!/bin/sh
|
||
|
git add *
|
||
|
git commit
|
||
|
git push -u origin main
|
||
|
git push -u tpgc main
|