摘要: 保存一下现有文件夹添加到git仓库的步骤(已创建好空的仓库,地址为:https://git.xxx.com/firework/xxx.git) cd existing_folder git init git remote add origin https://git.xxx.com/firework 阅读全文
posted @ 2020-10-20 14:48 jiangxiaobo 阅读(2274) 评论(0) 推荐(0) 编辑