NuSystem/commit
zontreck 9fb1f939a6 build(root): add helper scripts for commit and push
Signed-off-by: zontreck <tarapiccari@gmail.com>
2024-10-05 11:31:34 -07:00

5 lines
70 B
Bash
Executable file

#!/bin/bash
source venv/bin/activate
git add --all .
cz commit -- -s