From 9e7b14b651cf3812718d33665529de919c05795d Mon Sep 17 00:00:00 2001 From: James Moger Date: Thu, 15 May 2014 08:10:20 -0400 Subject: Redesign the EmptyRepositoryPage --- .../gitblit/wicket/pages/EmptyRepositoryPage.html | 87 +++++++++++----------- 1 file changed, 44 insertions(+), 43 deletions(-) (limited to 'src/main/java/com/gitblit/wicket/pages/EmptyRepositoryPage.html') diff --git a/src/main/java/com/gitblit/wicket/pages/EmptyRepositoryPage.html b/src/main/java/com/gitblit/wicket/pages/EmptyRepositoryPage.html index c5f9bc95..ebd513ad 100644 --- a/src/main/java/com/gitblit/wicket/pages/EmptyRepositoryPage.html +++ b/src/main/java/com/gitblit/wicket/pages/EmptyRepositoryPage.html @@ -7,52 +7,53 @@
-

Empty Repository

-

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

- Please push some commits to -

-
- After you have pushed commits you may refresh this page to view your repository. -
-
-
+
+
+
+

Empty Repository

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

+ Please push some commits to +
+ After you have pushed commits you may refresh this page to view your repository. +
-

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 Gitblit. -

-

-		

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

-

-		

- If your repository is meant to be kept in sync with an upstream repository, then you may add it. -

-

-		

-

Learn 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. -

+

Create a new repository on the command-line

+ +

+
+	

Push an existing repository from the command-line

+ +

+	
+	
+

Learn Git

+

If you are unsure how to use this information, consider reviewing the Git Community 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)
  • -
  • Git Extensions - C# frontend for Git that features Windows Explorer and Visual Studio integration
  • -
  • GitX-dev - a Mac OS X Git client
  • -
-

+ + + + + + + + +
Gitthe official, command-line Git
TortoiseGitWindows file explorer integration (requires official, command-line Git)
Eclipse/EGitGit for the Eclipse IDE (based on JGit, like Gitblit)
Git ExtensionsC# frontend for Git that features Windows Explorer and Visual Studio integration
GitX-deva Mac OS X Git client
+

Commercial/Closed-Source Git Clients

-
    -
  • SmartGit/Hg - A Java Git and Mercurial client for Windows, Mac, and Linux
  • -
  • SourceTree - A free Git and Mercurial client for Windows & Mac
  • -
  • Tower - a Mac OS X Git client
  • -
+ + + + + + +
SmartGit/HgA Java Git and Mercurial client for Windows, Mac, and Linux
SourceTreeA free Git and Mercurial client for Windows & Mac
Towera Mac OS X Git client
+
+
+
+
-- cgit v1.2.3