Git Fork & Clone
Fork 别人的 GitHub 仓库并 clone 到本地,自动配置 official remote。
触发条件
当用户要求 fork 别人的仓库并 clone 到本地时使用此 skill。
输入
用户需要提供目标仓库,格式为
owner/repo
。
执行步骤
Fork 仓库
:使用
gh repo fork --clone=false
将仓库 fork 到
zc277584121
账号下。
Clone 仓库
:使用
gh repo clone zc277584121/
将 fork 后的仓库 clone 到本地。
进入项目目录
:
cd
。
添加 official remote
:
git remote add official https://github.com//.git
,用于跟踪上游仓库。
验证 remote 配置
:
git remote -v
,确认 origin 指向自己的 fork,official 指向原始仓库。
Show more
Installs
431
Repository
zc277584121/mygitplugin
First Seen
Apr 27, 2026
Security Audits
Gen Agent Trust Hub
Pass
Socket
Pass
Snyk
Fail