从命令行创建github仓库
发布日期:2021-07-22 21:24:46 浏览次数:2 分类:技术文章

本文共 280 字,大约阅读时间需要 1 分钟。

创建一个全新的仓库:

echo "# zq" >> README.mdgit initgit add README.mdgit commit -m "first commit"git remote add origin https://github.com/menghaocheng/yq.gitgit push -u origin master

将一个已经存在的仓库上传到github:

git remote add origin https://github.com/menghaocheng/yq.gitgit push -u origin master

转载地址:https://blog.csdn.net/menghaocheng/article/details/79527247 如侵犯您的版权,请留言回复原文章的地址,我们会给您删除此文章,给您带来不便请您谅解!

上一篇:Android-如何设置APP开机启动(图文)
下一篇:python3-configparser使用例程

发表评论

最新留言

感谢大佬
[***.8.128.20]2024年03月27日 09时49分59秒