mirror of
https://github.com/rdk/p2rank.git
synced 2026-06-04 12:44:24 +08:00
11 lines
93 B
Bash
Executable File
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
|