本文介绍了如何从克隆请求到GitHub的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
我在本地克隆了一个GitHb存储库,并对该项目进行了处理,并进行了一些更改,目的是自己使用它.
现在,我想将更改提供给所有者.
我看到的所有说明都告诉我分叉存储库,进行更改,然后发出拉取请求.
但是我已经对克隆进行了更改.
我该怎么办?
(您可能已经猜到我通常不是Git用户!)
I cloned a GitHb repository locally, and played with the project, and made some changes, with the intention of just using it myself.
Now I would like to offer my changes to the owner.
All the instructions I see tell me to Fork the repository, make changes, then make a pull request.
But I''ve already made changes to my clone.
What can I do?
(you may have guessed that I''m not a Git user normally!)
推荐答案
这篇关于如何从克隆请求到GitHub的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!