I made this to simply my python projects while containerizing them without compensating for speed.
For Linux or WSL. In the top directory of the project:
-
Run your app or program simply with
./run.sh
-
All the GitHub stuff in one command!
./push.sh
This adds, commits, pulls, merges, pushes, checks out a new branch, and then deletes your fifth oldest local branch in one command. Alternatively,
push_simple.shdoes not checkout a new local branch.
useful_commands.txt has more information and commands.