Files

7 lines
97 B
Bash
Raw Permalink Normal View History

2023-11-09 20:19:51 +08:00
#!/bin/bash
VERSION="1.4"
git checkout -b "$VERSION"
git push --set-upstream origin "$VERSION"