GIT vs. Perforce- Two VCS will enter... one will leave -


so i'm in process of getting git sold @ work. first thing need convince git better @ they're used doing. use perforce. else go through similar sale? links/advice?

one of big wins can work disconnected network. win imo way adds/checkouts handled. more points welcome! have 10-20 devs total.

the perl 5 interpreter source code going through throes of converting perforce git. maybe sam vilain’s git-p4raw importer of interest.

in case, 1 of major wins you’re going have on every centralised vcs , distributed ones raw, blistering speed. can’t imagine how liberating have entire project history @ hand, mere fractions of fractions of second away, until have experienced it. generating commit log of whole project history includes full diff each commit can measured in fractions of second. git fast hat fly off. vcss have roundtrip on network have no chance of competing, not on gigabit ethernet link.

also, git makes easy selective when making commits, thereby allowing changes in working copy (or within single file) spread out on multiple commits – , across different branches if need that. allows make fewer mental notes while working – don’t need plan out work carefully, deciding front set of changes you’ll commit , making sure postpone else. can make changes want occur you, , still untangle them – quite – when it’s time commit. the stash can big here.

i have found together, these facts cause me naturally make many more , more focused commits before used git. in turn not makes history more useful, particularly beneficial value-add tools such git bisect.

i’m sure there more things can’t think of right now. 1 problem proposition of selling team on git many benefits interrelated , play off each other, hinted @ above, such hard @ list of features , benefits of git , infer how going change workflow, , changes going bonafide improvements. need take account, , need explicitly point out.


Comments

Popular posts from this blog

c++ - How do I get a multi line tooltip in MFC -

asp.net - In javascript how to find the height and width -

c# - DataTable to EnumerableRowCollection -