mirror of
https://gitee.com/Vancouver2017/luban-lite-t3e-pro.git
synced 2025-12-14 10:28:54 +00:00
7 lines
103 B
Bash
Executable File
7 lines
103 B
Bash
Executable File
#!/bin/bash
|
|
|
|
VERSION="1.4"
|
|
git checkout -b "$VERSION"
|
|
git push --set-upstream origin "$VERSION"
|
|
|