6 lines
79 B
Bash
6 lines
79 B
Bash
|
#!/bin/bash
|
||
|
git add *
|
||
|
git commit
|
||
|
git push -u github main
|
||
|
git push -u tpgc main
|