diff --git a/commit b/commit new file mode 100755 index 0000000..d80b4d5 --- /dev/null +++ b/commit @@ -0,0 +1,5 @@ +#!/bin/bash + +source venv/bin/activate +git add --all . +cz commit -- -s diff --git a/push b/push new file mode 100755 index 0000000..9b6b6f6 --- /dev/null +++ b/push @@ -0,0 +1,4 @@ +#!/bin/bash + +git push --all +git push --tags