BLT/commit.sh

6 lines
79 B
Bash
Raw Normal View History

2022-12-23 13:50:27 -05:00
#!/bin/bash
git add *
git commit
git push -u github main
git push -u tpgc main