Files
2025-09-30 11:56:06 +08:00

7 lines
103 B
Bash
Executable File

#!/bin/bash
VERSION="1.4"
git checkout -b "$VERSION"
git push --set-upstream origin "$VERSION"