随笔分类 -  git

摘要:git上传 $git clone *******.git 1、在github上创建项目 2、使用git clone https://github.com/xxxxxxx/xxxxx.git克隆到本地 3、编辑项目 4、git add . (将改动添加到暂存区) 5、git commit -m "提交 阅读全文
posted @ 2021-08-16 22:15 谷先生 阅读(29) 评论(0) 推荐(0)