dev-env/bin/git
2024-12-21 01:45:09 +01:00

9 lines
68 B
Bash

#!/bin/bash
acp() {
git add .
git commit -m "$@"
git push
}