摘要: push代码报错: hint: Updates were rejected because the tip of your current branch is behind hint: its remote counterpart. Merge the remote changes (e.g. 'g 阅读全文
posted @ 2017-08-10 17:52 Dlimeng 阅读(10) 评论(0) 推荐(0)
摘要: push代码报错: hint: Updates were rejected because the tip of your current branch is behind hint: its remote counterpart. Merge the remote changes (e.g. 'g 阅读全文
posted @ 2017-08-10 17:52 Dlimeng 阅读(7) 评论(0) 推荐(0)
摘要: 第一步:建立git仓库 cd到你的本地项目根目录下,执行git命令 git init win7 组织-》文件夹和搜索选项 第二步:将项目的所有文件添加到仓库中 git add . 如果想添加某个特定的文件,只需把.换成特定的文件名即可 第三步:将add的文件commit到仓库 git commit 阅读全文
posted @ 2017-08-10 17:46 Dlimeng 阅读(10) 评论(0) 推荐(0)
摘要: 第一步:建立git仓库 cd到你的本地项目根目录下,执行git命令 git init win7 组织-》文件夹和搜索选项 第二步:将项目的所有文件添加到仓库中 git add . 如果想添加某个特定的文件,只需把.换成特定的文件名即可 第三步:将add的文件commit到仓库 git commit 阅读全文
posted @ 2017-08-10 17:46 Dlimeng 阅读(9) 评论(0) 推荐(0)