由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
Programming版 - 以前用git 现在得用hg 学的好头疼
相关主题
GIT的rebase和merge到底有啥不同?问个小问题
求教:没接触过version control的新手如何学习svn和git收集code 片段的软件
组里一个资深人士今天严肃地对我说我们造轮子吧,轮子成败的关键应该是
如何sort and merge n 个sorted linked listSVN howto: branch working copy changes without committing? (转载)
发现还是得用Rhow to find out whether a port is free to use on Windows
[合集] 很无聊的做了两道code jamSmart Parser/Compiler Development
一道MS面试题 (转载)今天去interview, 被一个老印搞掉了
这是什么算法?C 和 C++ 相比有什么优点?
相关话题的讨论汇总
话题: git话题: hg话题: design话题: rebase话题: 得用
进入Programming版参与讨论
1 (共1页)
S***w
发帖数: 1014
1
用git, 基本就是 branch, rebase, merge
hg的概念好难懂
l*******7
发帖数: 168
2
hg-git

:用git, 基本就是 branch, rebase, merge
s**x
发帖数: 7506
3
Hg 应该比git 简单很多吧?
S***w
发帖数: 1014
4
我看着好难

【在 s**x 的大作中提到】
: Hg 应该比git 简单很多吧?
s**x
发帖数: 7506
5
git is a total disaster design, very hard to learn, hard to use. :(
download eveything to local? commit and push? staging area? horrible ideas.
I can not image how linux guru can design something complicated like this.
hg follows the same pattern, but make something much simpler.
it is a version control, if most people can not learn it in 5 minutes for
normal usage, it means the design is a total failure.
x*******t
发帖数: 790
6
Gist is awesome!
B********r
发帖数: 397
7
没觉得git 和 hg 有多大区别
git难? 那是你蠢,还要来现
正常人git基本用法一样5分钟学会

.

【在 s**x 的大作中提到】
: git is a total disaster design, very hard to learn, hard to use. :(
: download eveything to local? commit and push? staging area? horrible ideas.
: I can not image how linux guru can design something complicated like this.
: hg follows the same pattern, but make something much simpler.
: it is a version control, if most people can not learn it in 5 minutes for
: normal usage, it means the design is a total failure.

1 (共1页)
进入Programming版参与讨论
相关主题
C 和 C++ 相比有什么优点?发现还是得用R
谁熟悉P-code?[合集] 很无聊的做了两道code jam
is smart_ptr really that good?一道MS面试题 (转载)
how to assign object rather and 'reference' to a python list?这是什么算法?
GIT的rebase和merge到底有啥不同?问个小问题
求教:没接触过version control的新手如何学习svn和git收集code 片段的软件
组里一个资深人士今天严肃地对我说我们造轮子吧,轮子成败的关键应该是
如何sort and merge n 个sorted linked listSVN howto: branch working copy changes without committing? (转载)
相关话题的讨论汇总
话题: git话题: hg话题: design话题: rebase话题: 得用