Tip 03-12-2025

Tips 03-21-2025

怎么拉取github的pr

首先添加上游仓库

git remote add upstream https://github.com/...git

之后,根据pr编号拉取相应的分支:

git fetch upstream pull/251/head:check

git checkout check
posted @ 2025-03-21 23:06  xwher  阅读(7)  评论(0)    收藏  举报