James Moger
2014-06-14 a3bdb41b55c326f0187f05b5f6f34b033cf5cde2
commit | author | age
ed525a 1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
DK 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="en"  
5       lang="en"> 
6
7 <body>
8 <wicket:extend>
6ef8d7 9 <div class="container">
9e7b14 10 <div class="markdown">
JM 11 <div class="row">
12 <div class="span10 offset1">    
1cf554 13     <h3><center>비어있는 저장소</center></h3>
9e7b14 14     <div class="alert alert-info">
JM 15         <span wicket:id="repository" style="font-weight: bold;">[repository]</span> 저장소는 비어 있어서 Gitblit 에서 볼 수 없습니다.
16         <p></p>        
9dae64 17         이 Git url 에 커밋을 푸시하세요. <span wicket:id="pushurl"></span>
9e7b14 18         <hr/>
9dae64 19         커밋을 푸시한 후 이 페이지를 <b>새로고침</b>하면 저장소가 보여질 것입니다.
9e7b14 20     </div>
JM 21         
9dae64 22     <h3><center>커맨드라인에서 새 저장소 생성하기</center></h3>
4e1cc8 23
9e7b14 24     <pre wicket:id="createSyntax"></pre>
JM 25
9dae64 26     <h3><center>커맨드라인에서 기존의 저장소를 푸시하기</center></h3>
9e7b14 27
JM 28     <pre wicket:id="existingSyntax"></pre>
29
30     <div class="span8 offset1">
31         <h2><center>Git 배우기</center></h2>
32         <p>만약 사용법에 자신이 없다면, Git 사용법을 더 잘 이해하기 위해 
9dae64 33              <a href="http://book.git-scm.com/ko">Git Community Book</a> 을 볼 것을 고려해 보세요.</p>
9e7b14 34
9dae64 35         <h4>오픈 소스 Git 클라이언트</h4>
9e7b14 36         <table>
JM 37         <tbody>
38             <tr><td><a href="http://git-scm.com">Git</a></td><td>명령어 기반 공식 Git</td></tr>
39             <tr><td><a href="http://tortoisegit.googlecode.com">TortoiseGit</a></td><td>윈도의 파일 탐색기에 통합된 UI 클라이언트 (명령어 기반 공식 Git 필요)</td></tr>
40             <tr><td><a href="http://eclipse.org/egit">Eclipse/EGit</a></td><td>이클립스 IDE 플러그인 (Gitblit 과 같은 JGit 기반)</td></tr>
9dae64 41             <tr><td><a href="https://code.google.com/p/gitextensions/">Git Extensions</a></td><td>윈도 탐색기와 비주얼스튜디어를 위한 C#으로 개발된 기능</td></tr>
DK 42             <tr><td><a href="http://rowanj.github.io/gitx/">GitX-dev</a></td><td>맥 OS X 용 Git 클라이언트</td></tr>
9e7b14 43         </tbody>            
JM 44         </table>
45
9dae64 46         <h4>유료/클로즈드 소스 Git 클라이언트</h4>
9e7b14 47         <table>
JM 48         <tbody>
49             <tr><td><a href="http://www.syntevo.com/smartgithg">SmartGit/Hg</a></td><td>자바 어플리케이션 (명령어 기반 공식 Git 필요)</td></tr>
9dae64 50             <tr><td><a href="http://www.sourcetreeapp.com/">SourceTree</a></td><td>윈도와 맥에서 가능한 Git 과 Mercurial용 무료 클라이언트</td></tr>
DK 51             <tr><td><a href="http://www.git-tower.com/">Tower</a></td><td>맥 OS X 용 Git 클라이언트</td></tr>
9e7b14 52         </tbody>
JM 53         </table>
54     </div>
55 </div>
56 </div>
57 </div>
6ef8d7 58 </div>
ed525a 59 </wicket:extend>    
DK 60 </body>
61 </html>