简体   繁体   English

如何在没有本地git仓库的情况下提交到github仓库?

[英]How to commit to github repository without a local git repository?

I set up an asp.net core project and right now I want to use a github repository which could be synchronized with my current project. 我设置了一个asp.net核心项目,现在我想使用可以与当前项目同步的github存储库。 Is any chance to commit all changes to a github repository without initialize a local repository for an existing project? 是否有机会将所有更改提交到github存储库,而无需为现有项目初始化本地存储库? Thanks. 谢谢。

You can add each files manually to the github repo directly by uploading it. 您可以通过上传将每个文件直接手动添加到github存储库。 But why do you want to do such a thing.? 但是为什么要这样做呢?

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM