lemval
2012-01-31 1c30dad2115fc513791d8a5b292ad0f7d7b85749
commit | author | age
82df52 1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
JM 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 <wicket:head>
8       <link href="markdown.css" type="text/css" rel="stylesheet" />
9 </wicket:head>
10
11 <body>
12 <wicket:extend>
13
14     <!-- markdown message -->
15     <div class="markdown" style="margin-top:-15px;padding-bottom:10px;">
16         <h2>Empty Repository</h2>
17         <p></p>
18         <span wicket:id="repository" style="font-weight: bold;">[repository]</span> is an empty repository and can not be viewed by Gitblit.
19         <p></p>
20         Please push some commits to <span wicket:id="pushurl"></span>
21         <p></p>
02e0f7 22         <h3>Git Command-Line Syntax</h3>
e04e02 23         <span style="padding-bottom:5px;">If you do not have a local Git repository, then you should clone this repository, commit some files, and then push your commits back to Gitblit.</span>
02e0f7 24         <p></p>
JM 25         <pre style="padding-top:5px;" wicket:id="cloneSyntax"></pre>
26         <p></p>
27         <span style="padding-bottom:5px;">If you already have a local Git repository with commits, then you may add this repository as a remote and push to it.</span>
28         <p></p>
29         <pre wicket:id="remoteSyntax"></pre>
82df52 30         <p></p>
JM 31         <h3>Learn Git</h3>
02e0f7 32         If you are unsure how to use this information, consider reviewing the <a href="http://book.git-scm.com">Git Community Book</a> or <a href="http://progit.org/book" target="_blank">Pro Git</a> for a better understanding on how to use Git.
82df52 33         <p></p>
JM 34         <h4>Open Source Git Clients</h4>
35         <ul>
36             <li><a href="http://git-scm.com">Git</a> - the official, command-line Git</li>
37             <li><a href="http://tortoisegit.googlecode.com">TortoiseGit</a> - Windows file explorer integration (requires official, command-line Git)</li>
38             <li><a href="http://eclipse.org/egit">Eclipse/EGit</a> - Git for the Eclipse IDE (based on JGit, like Gitblit)</li>
39         </ul>
40         <p></p>
41         <h4>Commercial Git Clients</h4>
42         <ul>
43             <li><a href="http://www.syntevo.com/smartgit">SmartGit</a> - Java application (requires official, command-line Git)</li>
44         </ul>
45     </div>    
46 </wicket:extend>    
47 </body>
48 </html>