BLT-With-Graphics-Template/commit.sh

5 lines
57 B
Bash
Executable File

#!/bin/bash
git add *
git commit
git push -u origin main