随笔分类 -  git

摘要:用gitolite新建项目,clone后首次push,可能会出现: 这是Git 找不到你要提交的版本了。 解决办法:git push origin master $ git push No refs in common and none specified; doing nothing. Perha 阅读全文
posted @ 2016-05-30 22:13 cph-Lancer 阅读(991) 评论(0) 推荐(0)
摘要:http://114.215.90.144/student_association/student.git ! [rejected] master -> master (non-fast-forward)error: failed to push some refs to 'http://114.2 阅读全文
posted @ 2016-02-20 20:43 cph-Lancer 阅读(1226) 评论(0) 推荐(0)
摘要:http://gitbook.liuhui998.com/3_3.html http://gitbook.liuhui998.com/5_3.html 一、如何分支的合并 在git中,可以使用git merge 和git rebase两个命令来进行分支的合并。 git merge 和git reba 阅读全文
posted @ 2016-02-20 20:42 cph-Lancer 阅读(295) 评论(0) 推荐(0)
摘要:phpstorm上配置git环境的配置总感觉很简单,没发现看似简单的东西浪费我好多时间。我在网上查了一下关于phpstorm的git环境的配置没有具体的总结所以我把自己的配过程简单总结了一下接下来是我的配置环境的具体步骤一:在PHPstorm中配置 git环境(1)点击phpstorm的file->... 阅读全文
posted @ 2015-08-09 17:40 cph-Lancer 阅读(10924) 评论(0) 推荐(1)