|
1 |
| -=== A Short History of Git |
| 1 | +=== Кароткая гісторыя Git |
2 | 2 |
|
3 |
| -As with many great things in life, Git began with a bit of creative destruction and fiery controversy. |
| 3 | +Як і многія рэчы у жыцці, Git пачынаўся з кропелькай творчага хаосу і бурных спрэчак. |
4 | 4 |
|
5 |
| -The Linux kernel is an open source software project of fairly large scope.(((Linux))) |
6 |
| -For most of the lifetime of the Linux kernel maintenance (1991–2002), changes to the software were passed around as patches and archived files. |
7 |
| -In 2002, the Linux kernel project began using a proprietary DVCS called BitKeeper.(((BitKeeper))) |
| 5 | +Ядро Linux -- гэта досыць вялікі праект з адчыненным зыходным кодам.(((Linux))) |
| 6 | +Большую частку часу распрацоўкі ядра Linux (1991–2002 гг.) змены перадаваліся паміж распрацоўшчыкамі ў выглядзе патчаў і архіваў. |
| 7 | +У 2002 годзе праект ядра Linux пачаў выкарыстоўваць прапрыетарную дэцэнтралізаваную СКВ BitKeeper.(((BitKeeper))) |
8 | 8 |
|
9 |
| -In 2005, the relationship between the community that developed the Linux kernel and the commercial company that developed BitKeeper broke down, and the tool's free-of-charge status was revoked. |
10 |
| -This prompted the Linux development community (and in particular Linus Torvalds, the creator of Linux) to develop their own tool based on some of the lessons they learned while using BitKeeper.(((Linus Torvalds))) |
11 |
| -Some of the goals of the new system were as follows: |
| 9 | +У 2005 годзе адносіны паміж супольнасцю распрацоўшчыкаў ядра Linux і камерцыйнай кампаніяй, якая распрацоўвала BitKeeper, спыніліся, і бясплатнае выкарыстанне ўтыліты стала немагчымым. |
| 10 | +Гэта падштурхнула супольнасць распрацоўнікаў ядра Linux (а ў прыватнасці Лінуса Торвальдса -- стваральніка Linux) распрацаваць сваю ўласную ўтыліту, улічваючы ўрокі, атрыманыя пры выкарыстанні BitKeeper.(((Лінус Торвальдс))) |
| 11 | +Некаторымі мэтамі, якія пераследавала новая сістэма, былі: |
12 | 12 |
|
13 |
| -* Speed |
14 |
| -* Simple design |
15 |
| -* Strong support for non-linear development (thousands of parallel branches) |
16 |
| -* Fully distributed |
17 |
| -* Able to handle large projects like the Linux kernel efficiently (speed and data size) |
| 13 | +* Хуткасць |
| 14 | +* Простая архітэктура |
| 15 | +* Добрая падтрымка нелінейнай распрацоўкі (тысячы паралельных галінак) |
| 16 | +* Поўная дэцэнтралізацыя |
| 17 | +* Магчымасць эфектыўнага кіравання вялікімі праектамі, такімі як ядро Linux (хуткасць і памер дадзеных) |
18 | 18 |
|
19 |
| -Since its birth in 2005, Git has evolved and matured to be easy to use and yet retain these initial qualities. |
20 |
| -It's amazingly fast, it's very efficient with large projects, and it has an incredible branching system for non-linear development (See <<ch03-git-branching#ch03-git-branching>>). |
| 19 | +З моманту сваяго з'яўлення ў 2005 годзе, Git развіўся ў простую ў выкарыстанні сістэму, захаваўшы пры гэтым свае першапачатковыя якасці. |
| 20 | +Ён дзіўна хуткі, эфектыўны ў працы з вялікімі праектамі і мае цудоўную сістэму галінак для нелінейнай распрацоўкі (гл. раздзел <<ch03-git-branching#ch03-git-branching>>). |
0 commit comments