2022年7月8日星期五

git branch upstream

git branch --set-upstream-to remotename/branchname

git branch -u remotename  # same branch name


# delete upstream between remote andd local

git branch -d -r origin/<remote branch name>

没有评论: