mirror of
https://gitee.com/zlgopen/awtk.git
synced 2024-11-29 18:48:09 +08:00
7 lines
97 B
Bash
7 lines
97 B
Bash
|
#!/bin/bash
|
||
|
|
||
|
VERSION="1.4"
|
||
|
git checkout -b "$VERSION"
|
||
|
git push --set-upstream origin "$VERSION"
|
||
|
|