BLT/commit.sh

6 lines
79 B
Bash
Raw Normal View History

2024-04-01 08:31:20 -04:00
#!/bin/bash
git add *
git commit
git push -u github main
git push -u tpgc main