James Moger
2012-03-14 7c7e942e29be432c081ff71362a756769e6bbe17
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 <body>
8 <wicket:extend>
9
10     <!-- markdown message -->
3cc6e2 11     <div class="markdown">
82df52 12         <h2>Empty Repository</h2>
JM 13         <p></p>
14         <span wicket:id="repository" style="font-weight: bold;">[repository]</span> is an empty repository and can not be viewed by Gitblit.
15         <p></p>
16         Please push some commits to <span wicket:id="pushurl"></span>
17         <p></p>
02e0f7 18         <h3>Git Command-Line Syntax</h3>
e04e02 19         <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 20         <p></p>
JM 21         <pre style="padding-top:5px;" wicket:id="cloneSyntax"></pre>
22         <p></p>
23         <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>
24         <p></p>
25         <pre wicket:id="remoteSyntax"></pre>
82df52 26         <p></p>
JM 27         <h3>Learn Git</h3>
02e0f7 28         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 29         <p></p>
JM 30         <h4>Open Source Git Clients</h4>
31         <ul>
32             <li><a href="http://git-scm.com">Git</a> - the official, command-line Git</li>
33             <li><a href="http://tortoisegit.googlecode.com">TortoiseGit</a> - Windows file explorer integration (requires official, command-line Git)</li>
34             <li><a href="http://eclipse.org/egit">Eclipse/EGit</a> - Git for the Eclipse IDE (based on JGit, like Gitblit)</li>
35         </ul>
36         <p></p>
37         <h4>Commercial Git Clients</h4>
38         <ul>
39             <li><a href="http://www.syntevo.com/smartgit">SmartGit</a> - Java application (requires official, command-line Git)</li>
40         </ul>
41     </div>    
42 </wicket:extend>    
43 </body>
44 </html>