5 lines
70 B
Bash
Executable file
5 lines
70 B
Bash
Executable file
#!/bin/bash
|
|
|
|
source venv/bin/activate
|
|
git add --all .
|
|
cz commit -- -s
|