|
| 1 | +<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> |
| 2 | +<html xmlns="http://www.w3.org/1999/xhtml" |
| 3 | + xmlns:wicket="http://wicket.apache.org/dtds.data/wicket-xhtml1.3-strict.dtd" |
| 4 | + xml:lang="ru" |
| 5 | + lang="ru"> |
| 6 | + |
| 7 | +<body> |
| 8 | +<wicket:extend> |
| 9 | +<div class="container"> |
| 10 | +<div class="markdown"> |
| 11 | +<div class="row"> |
| 12 | +<div class="span10 offset1"> |
| 13 | + <h3><center>Пустой репозиторий</center></h3> |
| 14 | + <div class="alert alert-info"> |
| 15 | + <span wicket:id="repository" style="font-weight: bold;">[repository]</span> является пустым хранилищем и не может быть просмотрен Gitblit. |
| 16 | + <p></p> |
| 17 | + Пожалуйста, отправьте (push) некоторые коммиты <span wicket:id="pushurl"></span> |
| 18 | + <hr/> |
| 19 | + После того, как вы отправили коммиты, вы можете обновить эту страницу, чтобы просмотреть свой репозиторий. |
| 20 | + </div> |
| 21 | + |
| 22 | + <h3><center>Создать новый репозиторий в командной строке</center></h3> |
| 23 | + |
| 24 | + <pre wicket:id="createSyntax"></pre> |
| 25 | + |
| 26 | + <h3><center>Отправить существующий репозиторий из командной строки</center></h3> |
| 27 | + |
| 28 | + <pre wicket:id="existingSyntax"></pre> |
| 29 | + |
| 30 | + <div class="span8 offset1"> |
| 31 | + <h2><center>Учиться Git</center></h2> |
| 32 | + <p>Если вы не знаете, как использовать эту информацию, рассмотрите <a href="http://book.git-scm.com">Git Community Book</a> чтобы лучше понять, как использовать Git.</p> |
| 33 | + |
| 34 | + <h4>Git-клиенты с открытым исходным кодом</h4> |
| 35 | + <table> |
| 36 | + <tbody> |
| 37 | + <tr><td><a href="http://git-scm.com">Git</a></td><td>the official, command-line Git</td></tr> |
| 38 | + <tr><td><a href="http://tortoisegit.googlecode.com">TortoiseGit</a></td><td>Windows file explorer integration (requires official, command-line Git)</td></tr> |
| 39 | + <tr><td><a href="http://eclipse.org/egit">Eclipse/EGit</a></td><td>Git for the Eclipse IDE (based on JGit, like Gitblit)</td></tr> |
| 40 | + <tr><td><a href="https://code.google.com/p/gitextensions/">Git Extensions</a></td><td>C# frontend for Git that features Windows Explorer and Visual Studio integration</td></tr> |
| 41 | + <tr><td><a href="http://rowanj.github.io/gitx/">GitX-dev</a></td><td>a Mac OS X Git client</td></tr> |
| 42 | + </tbody> |
| 43 | + </table> |
| 44 | + |
| 45 | + <h4>Commercial/Closed-Source Git Clients</h4> |
| 46 | + <table> |
| 47 | + <tbody> |
| 48 | + <tr><td><a href="http://www.syntevo.com/smartgithg">SmartGit/Hg</a></td><td>A Java Git and Mercurial client for Windows, Mac, and Linux</td></tr> |
| 49 | + <tr><td><a href="http://www.sourcetreeapp.com/">SourceTree</a></td><td>A free Git and Mercurial client for Windows & Mac</td></tr> |
| 50 | + <tr><td><a href="http://www.git-tower.com/">Tower</a></td><td>a Mac OS X Git client</td></tr> |
| 51 | + </tbody> |
| 52 | + </table> |
| 53 | + </div> |
| 54 | +</div> |
| 55 | +</div> |
| 56 | +</div> |
| 57 | +</div> |
| 58 | +</wicket:extend> |
| 59 | +</body> |
| 60 | +</html> |
0 commit comments