coplaydev--unity-mcp
9 行
128 B
Bash
可执行文件
9 行
128 B
Bash
可执行文件
#!/usr/bin/env bash
|
|
set -euo pipefail
|
|
|
|
git checkout main
|
|
git fetch -ap upstream
|
|
git fetch -ap
|
|
git rebase upstream/main
|
|
git push
|