From 02e0f7ab18f139fc1923d397da927bcc03c63d95 Mon Sep 17 00:00:00 2001 From: James Moger Date: Fri, 23 Dec 2011 08:11:41 -0500 Subject: [PATCH] Improved empty page content --- .../gitblit/wicket/pages/EmptyRepositoryPage.html | 12 +++++++++--- .../gitblit/wicket/pages/EmptyRepositoryPage.java | 3 ++- 2 files changed, 11 insertions(+), 4 deletions(-) diff --git a/src/com/gitblit/wicket/pages/EmptyRepositoryPage.html b/src/com/gitblit/wicket/pages/EmptyRepositoryPage.html index 4f0b9bdb..a424c6a5 100644 --- a/src/com/gitblit/wicket/pages/EmptyRepositoryPage.html +++ b/src/com/gitblit/wicket/pages/EmptyRepositoryPage.html @@ -19,11 +19,17 @@

Please push some commits to

-

Git Command-Line Syntax

-

+		

Git Command-Line Syntax

+ 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 this repository. +

+

+		

+ If you already have a local Git repository with commits, then you may add this repository as a remote and push to it. +

+

 		

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. + If you are unsure how to use this information, consider reviewing the Git Community Book or Pro Git for a better understanding on how to use Git.

Open Source Git Clients