From 82df524570e7bf27953b14f4797ff04daf89cc3a Mon Sep 17 00:00:00 2001 From: James Moger Date: Fri, 9 Dec 2011 08:50:18 -0500 Subject: Implemented empty repository page (issue 31) --- .../gitblit/wicket/pages/EmptyRepositoryPage.html | 42 ++++++++++++++++++++++ 1 file changed, 42 insertions(+) create mode 100644 src/com/gitblit/wicket/pages/EmptyRepositoryPage.html (limited to 'src/com/gitblit/wicket/pages/EmptyRepositoryPage.html') diff --git a/src/com/gitblit/wicket/pages/EmptyRepositoryPage.html b/src/com/gitblit/wicket/pages/EmptyRepositoryPage.html new file mode 100644 index 00000000..4f0b9bdb --- /dev/null +++ b/src/com/gitblit/wicket/pages/EmptyRepositoryPage.html @@ -0,0 +1,42 @@ + + + + + + + + + + + +
+

Empty Repository

+

+ [repository] is an empty repository and can not be viewed by Gitblit. +

+ Please push some commits to +

+

Git Command-Line Syntax

+

+		

+

Learn Git

+ If you are lost or don't know what to do with this information, consider reviewing the excellent Pro Git book for a better understanding on how to use Git. +

+

Open Source Git Clients

+
    +
  • Git - the official, command-line Git
  • +
  • TortoiseGit - Windows file explorer integration (requires official, command-line Git)
  • +
  • Eclipse/EGit - Git for the Eclipse IDE (based on JGit, like Gitblit)
  • +
+

+

Commercial Git Clients

+
    +
  • SmartGit - Java application (requires official, command-line Git)
  • +
+
+
+ + \ No newline at end of file -- cgit v1.2.3