jgit
文章平均质量分 88
陈志荣
命里有时,终须有,命里无时,莫强求
展开
-
Jgit 获取单个文件历史记录
git.log().addpath().call 单个文件历史记录原创 2013-03-11 16:47:09 · 4745 阅读 · 0 评论 -
jgit版本信息
//历史记录package example; import java.io.File; import java.io.IOException; import org.eclipse.jgit.api.Git; import org.eclipse.jgit.api.errors.GitAPIException; import org.eclipse.jgit.api.errors.NoHead原创 2013-03-26 17:03:41 · 3879 阅读 · 1 评论 -
git commit 取消
git 删除错误提交的commit git reset --hard head^1 起因: 不小新把记录了公司服务器IP,账号,密码的文件提交到了git 方法: git reset --hard git push origin HEAD --force 其他: 根据–soft –mixed –hard转载 2013-05-13 17:31:32 · 1084 阅读 · 0 评论 -
搭建 Windows 上 Apache + Git 服务器
搭建 Windows 上 Apache + Git 服务器 在公司一直使用 SVN 作版本控制,不过 SVN 的 branch 是在过于灵活。我们所希望的只是一种简单的分支系统:各个分支能够完全独立开来,不会牵扯到复杂的 merge 操作。因此,决定搭建一个 Git 服务器。由于目前没有合适的 Linux 服务器,因此只能尝试在 Windows 上搭建。 在 Windows 上搭建转载 2013-05-13 15:16:43 · 1126 阅读 · 0 评论 -
git Git私服搭建
泡沫☆蓝茶 博客园闪存首页新随笔联系管理订阅 随笔- 22 文章- 0 评论- 3 Hosting a Git server under Apache on Windows July 31, 2010 – 13:12 Last month I posted about hosting a git server under IIS by转载 2013-05-13 15:11:29 · 4569 阅读 · 0 评论