Deploy to GitHub Pages <<
Previous Next >> 使用feature branches
建立feature branches
在codepaces下執行
members=("41323150" "shung0625" "SKYang41323142" "hw-zhe0331")
for member in "${members[@]}"; do
echo "設定成員 $member 的分支關聯..."
git branch --set-upstream-to=origin/feature/$member feature/$member
done
.png)
Deploy to GitHub Pages <<
Previous Next >> 使用feature branches