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

6 lines
77 B
Bash
Executable File

#!/bin/sh
git add *
git commit
git push -u github main
git push -u tpgc main