由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
相关主题
[合集] 大家在公司都是怎么用source safe的?a c++ question for template
active directory在java里有什么替代的?一道系统设计题求思路。
求String中递增子字符串的个数怎么解?要求O(nlogn)*** help needed! on MATLAB GUI ***
should the .dll and .lib have the same name?A thread question
a PERL opendir/readdir questionwhat's wrong with this scripts?variable passing?
[合集] 很无聊的做了两道code jamcgi测试newbee问题
一道MS面试题 (转载)How to initialize object in constructor?
Question on C++ Access Control (protected)remove a module from cvs
相关话题的讨论汇总
话题: merge话题: git话题: just话题: init
进入Programming版参与讨论
1 (共1页)
r***e
发帖数: 2000
1
just started learning using git and have a few questions:
1) Do you 'git init' for every project, or just once under home directory?
2) I see it works well in keeping snapshots, but how well is the 'merge'?
How much can you trust the 'merge'? How does the 'merge' work?
3) For experienced users, does 'git' make your programming life more
enjoyable, or is it just one essential tool and one with no better
alternative?
k***r
发帖数: 103
2
git init是针对每个project。
merge is for when you need to merge your work with others, or merge one
branch of work into another...
s*w
发帖数: 729
3
2) it seems that merge is vaguely based on longest common subsequence. if
it cannot figure out how to merge, it will let you know. 【 在 rouge (baton)
的大作中提到: 】
t********e
发帖数: 880
4
the better alternative is mercurial

【在 r***e 的大作中提到】
: just started learning using git and have a few questions:
: 1) Do you 'git init' for every project, or just once under home directory?
: 2) I see it works well in keeping snapshots, but how well is the 'merge'?
: How much can you trust the 'merge'? How does the 'merge' work?
: 3) For experienced users, does 'git' make your programming life more
: enjoyable, or is it just one essential tool and one with no better
: alternative?

1 (共1页)
进入Programming版参与讨论
相关主题
remove a module from cvsa PERL opendir/readdir question
sdk那个register directories with vs有什么用?[合集] 很无聊的做了两道code jam
新手弱问:怎么让VC记住新添加的库文件?一道MS面试题 (转载)
请教palindrome算法Question on C++ Access Control (protected)
[合集] 大家在公司都是怎么用source safe的?a c++ question for template
active directory在java里有什么替代的?一道系统设计题求思路。
求String中递增子字符串的个数怎么解?要求O(nlogn)*** help needed! on MATLAB GUI ***
should the .dll and .lib have the same name?A thread question
相关话题的讨论汇总
话题: merge话题: git话题: just话题: init