
git123
文章平均质量分 88
velanjun
这个作者很懒,什么都没留下…
展开
-
gitolite建立git服务器
1. gitolite 安装 1.1 环境 * any unix system * sh * git 1.6.6+ * perl 5.8.8+ * openssh 5.0+ * a dedicated userid to host the repos (in this document, we原创 2013-05-28 01:37:45 · 1013 阅读 · 1 评论 -
Squash Commits with Git
# switch to master branch git checkout master # ensure our master is up to date git pull remoteRepoName master With the master branch up to date, we'll use git rebase to consolidate: git rebase -i转载 2014-10-27 14:18:19 · 5255 阅读 · 0 评论 -
repo 123
repo 检出某个项目 1)repo sync project1 project2 … 2) git pull 或者git checkout原创 2016-12-08 00:41:32 · 391 阅读 · 0 评论 -
“fatal: 'git status --porcelain' failed in submodule
转载自:http://blog.youkuaiyun.com/may680/article/details/40672291 在进行Git操作时遇到一个比较怪异的事件: 从其他源代码中拷贝了一个目录到自己代码中,对这个目录进行了文件增加操作,并使用 git add 加入一些文件之后,运行 git status 会出现硬盘灯长亮,系统繁忙,反复提示错误信息: “fatal: 'git stat转载 2016-12-08 01:36:39 · 2312 阅读 · 0 评论