mirror of
https://github.com/zlgopen/awtk.git
synced 2025-05-08 19:44:45 +08:00
7 lines
97 B
Bash
Executable File
7 lines
97 B
Bash
Executable File
#!/bin/bash
|
|
|
|
VERSION="1.4"
|
|
git checkout -b "$VERSION"
|
|
git push --set-upstream origin "$VERSION"
|
|
|