6 lines
70 B
Text
6 lines
70 B
Text
|
#!/bin/bash
|
||
|
|
||
|
source venv/bin/activate
|
||
|
git add --all .
|
||
|
cz commit -- -s
|