Files

7 lines
107 B
Bash
Raw Permalink Normal View History

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