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?
|
|