BLT-With-Graphics-Template/commit.sh

5 lines
57 B
Bash
Raw Normal View History

2023-12-16 01:32:25 -05:00
#!/bin/bash
git add *
git commit
git push -u origin main