BLT/py_commit_helper.sh

7 lines
119 B
Bash
Raw Normal View History

2024-03-07 09:52:02 -05:00
#!/bin/bash
git add *
git commit
git remote | xargs -L1 git push --all
#git push -u github main
#git push -u tpgc main