COSC-3P71-Final-Project/commit.sh

6 lines
77 B
Bash
Raw Normal View History

2022-12-16 21:59:11 -05:00
#!/bin/sh
git add *
git commit
2022-12-16 22:03:00 -05:00
git push -u github main
2022-12-16 21:59:11 -05:00
git push -u tpgc main