From 8dd07c0ddd99ae626a1ec8c06f75f27fed51269f Mon Sep 17 00:00:00 2001 From: Unknwon Date: Sat, 26 Jul 2014 00:24:27 -0400 Subject: New UI merge in progress --- templates/repo/bare.tmpl | 50 ++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 50 insertions(+) create mode 100644 templates/repo/bare.tmpl (limited to 'templates/repo/bare.tmpl') diff --git a/templates/repo/bare.tmpl b/templates/repo/bare.tmpl new file mode 100644 index 00000000..241fea85 --- /dev/null +++ b/templates/repo/bare.tmpl @@ -0,0 +1,50 @@ +{{template "ng/base/head" .}} +{{template "ng/base/header" .}} +
+ +
+
+
+

Quick Start

+
+
+

Clone this repository

+ + + + +

Need help cloning? Visit Help!

+
+
+
+

Create a new repository on the command line

+
touch README.md
+git init
+git add README.md
+git commit -m "first commit"
+git remote add origin {{.CloneLink.SSH}}
+git push -u origin master
+
+
+
+
+

Push an existing repository from the command line

+
git remote add origin {{.CloneLink.SSH}}
+git push -u origin master
+
+
+
+
+
+
+
+{{template "ng/base/footer" .}} \ No newline at end of file -- cgit v1.2.3