diff --git a/index.html b/index.html index 109f002..676213c 100644 --- a/index.html +++ b/index.html @@ -682,30 +682,30 @@

- Easy to Learn + Git se snadno naučíte

- This did not used to be true—early in Git's life, it was not really - an SCM so much as a bunch of tools that let you do versioned filesystem - work in a distributed manner. However, today, the command set and - learning curve of Git are pretty similar to any other SCM, and even - better than some. + V dřívějších fázích života Gitu to rozhodně nebyla pravda. Git býval spíše + kolekcí různých nástrojů, které umožňovaly pracovat s verzovaným souborovým + systémem distribuovaným způsobem než skutečným systémem na správu verzí. + Dnes jsou ale příkazy Gitu a jejich pochopitelnost podobné jako u ostatních + nástrojů, a oproti některým nástrojům je na tom Git i lépe.
- Since this is difficult to prove objectively without some sort of - study, I'll just show the difference between the default 'help' menu for the - Mercurial and Git commands. I've highlighted the commands that are - identical (or nearly) between the two systems. (In Hg, if you type 'hg help', you - get a list of 40-some commands.) + To je samozřejmě těžké prokázat objektivně, bez toho, abychom provedli podrobnější + studii. Proto níže jen ukazuji výchozí nápovědu pro příkazy Mercurialu + a Gitu. Příkazy, které jsou shodné nebo velmi podobné u obou nástrojů jsem + zvýraznil. (Když napíšete hg help, získáte seznam asi 40 příkazů + pro Mercurial.)
-

Mercurial Help

+

Nápověda pro Mercurial

 add        add the specified files ...
 annotate   show changeset informati...
@@ -727,7 +727,7 @@ 

Mercurial Help

-

Git Help

+

Nápověda pro Git

 add        Add file contents to the index
 bisect     Find the change that introduce...
@@ -755,17 +755,16 @@ 

Git Help

- Prior to Git 1.6, all of the Git commands used to be in the executable - path, which was very confusing to people. Although Git still recognizes - all of those commands, the only command in the path is now 'git'. - So, if you look at Mercurial and Git, Git has a nearly identical - command set and help system—there is very little difference from - a beginning UI perspective today. + Všechny příkazy Gitu bývaly — před verzí 1.6 — v cestě k programům + (PATH), a to spoustu lidí mátlo. Ačkoliv všechny tyto příkazy + můžete stále používat, v cestě je nyní jediný příkaz: git. + Takže např. Mercurial a Git mají nyní téměř totožnou nabídku příkazů + a nápovědu. Z pohledu záčatečníka je jejich rozhraní skoro stejné.
- These days it's pretty hard to argue that Mercurial or Bazaar is any - easier to learn than Git is. + Dnes již je velmi obtížné věrohodně argumentovat, že Mercurial nebo + Bazaar se lze naučit snadněji.
@@ -775,7 +774,7 @@

Git Help