2023年4月6日
摘要: 第一步:先在码云上登录账号 第二步:创建代码库 第三步:在本地拉取代码库 git clone +创建代码库地址 第四步:touch ce.txt 创建文件 第五步:git add ce.txt 提交代码到本地代码库 第六步:git commit -m "备注说明" 第七步:git push orig 阅读全文
posted @ 2023-04-06 11:52 kevin_yang123 阅读(33) 评论(0) 推荐(0) 编辑