Files

7 lines
103 B
Bash
Raw Permalink Normal View History

2025-09-30 11:56:06 +08:00
#!/bin/bash
VERSION="1.4"
git checkout -b "$VERSION"
git push --set-upstream origin "$VERSION"