gpt4 book ai didi

git - 如何在 GitHub 上 fork 一个非 GitHub 仓库?

转载 作者:IT王子 更新时间:2023-10-29 00:59:22 26 4
gpt4 key购买 nike

有这方面的最佳实践吗?我在想要么

  • 创建一个 repo,将原始 repo 添加为上游 remote

  • 创建一个“镜像”repo,然后 fork 那个

  • 创建一个“镜像”repo,然后创建一个“主题分支”

  • 其他

相关: help.github.com/send-pull-requests

最佳答案

这就是我最终做的:

  1. 在 GitHub 上创建新的 repo

  2. 克隆新的 repo

    git clone git@github.com:svnpenn/spoon-knife.git
  3. 从原始仓库添加源代码

    cd Spoon-Knife
    git remote add upstream git://spoon.com/knife.git
    git fetch upstream
    git merge upstream/master
  4. 将原始源码推送到新的repo

    git push origin master
  5. 此时您可以开始提交自己的源代码了!

来源:help.github.com/fork-a-repo

关于git - 如何在 GitHub 上 fork 一个非 GitHub 仓库?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/9268849/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com