BLT/py_commit_helper.sh

7 lines
119 B
Bash
Executable File

#!/bin/bash
git add *
git commit
git remote | xargs -L1 git push --all
#git push -u github main
#git push -u tpgc main