Files
p2rank/misc/dev-scripts/push.sh
2024-11-04 06:57:17 +01:00

11 lines
93 B
Bash
Executable File

#!/usr/bin/env bash
set -e
git add --all
./commit.sh "$1"
git push --all
git push --tags