2018年10月23日

摘要: 1、cd mygit 打开项目文件夹 2、git init 初始化git 3、git remote add origin xxx(远程仓库地址) 添加远程库 git remote -v 查看远程库 4、git add . 添加当前文件夹下的文件 5、git commit -m "the first 阅读全文
posted @ 2018-10-23 18:26 穷酸秀才大草包 阅读(236) 评论(0) 推荐(0)

导航