无需克隆即可将新文件添加到现有仓库

时间:2016-12-24 14:29:57

标签: git github

我正在Git中寻找一种方法,将新文件添加到现有的远程仓库,而无需克隆所有文件。 我在Github上有一个大型仓库,我想在它的根目录下添加一个新文件夹,但我不想克隆远程仓库。有没有办法做到这一点?

或者只是克隆repo的结构以便能够将它添加到新文件夹然后推送它?

希望它足够清楚。我发现了一些类似的问题但没有令人满意的答案。一些针对子模块,但不确定是否适合我。 虽然它在How do I add file to remote Git repo (Github) without cloning the whole repo first说它无法完成,但我确定必须有办法:)

感谢。

1 个答案:

答案 0 :(得分:2)

使用网页GUI,按按钮。或拖放到网页。

enter image description here

或者创建一个放在文件夹中的新空文件:

enter image description here

参考:

https://help.github.com/articles/adding-a-file-to-a-repository/

https://github.com/blog/2105-upload-files-to-your-repositories