Skip to content

Commit d778820

Browse files
committed
Преаклад A Short History of Git
1 parent e59e0ee commit d778820

File tree

2 files changed

+16
-16
lines changed

2 files changed

+16
-16
lines changed
Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,20 @@
1-
=== A Short History of Git
1+
=== Кароткая гісторыя Git
22

3-
As with many great things in life, Git began with a bit of creative destruction and fiery controversy.
3+
Як і многія рэчы у жыцці, Git пачынаўся з кропелькай творчага хаосу і бурных спрэчак.
44

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)))
88

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+
Некаторымі мэтамі, якія пераследавала новая сістэма, былі:
1212

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 (хуткасць і памер дадзеных)
1818
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>>).

status.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"sections/command-line.asc": 100,
1010
"sections/first-time-setup.asc": 100,
1111
"sections/help.asc": 100,
12-
"sections/history.asc": 0,
12+
"sections/history.asc": 100,
1313
"sections/installing.asc": 0,
1414
"sections/what-is-git.asc": 0
1515
},

0 commit comments

Comments
 (0)