From cb80111e8923ff9317199dca61509e32408279ca Mon Sep 17 00:00:00 2001 From: FuXiaoHei Date: Thu, 20 Mar 2014 20:12:31 +0800 Subject: guide page for bare repo some ui fix --- templates/repo/single_bare.tmpl | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100644 templates/repo/single_bare.tmpl (limited to 'templates/repo/single_bare.tmpl') diff --git a/templates/repo/single_bare.tmpl b/templates/repo/single_bare.tmpl new file mode 100644 index 0000000000..caf2ef7498 --- /dev/null +++ b/templates/repo/single_bare.tmpl @@ -0,0 +1,31 @@ +
+
+

Quick Guide

+
+
+

Clone this repository

+
+ + + + + + + + +
+

We recommend every repository include a README, LICENSE, and .gitignore.

+
+

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 https://github.com/fuxiaohei/air.git
+git push -u origin master
+
+

Push an existing repository from the command line

+
git remote add origin https://github.com/fuxiaohei/air.git
+git push -u origin master
+
+
\ No newline at end of file -- cgit v1.2.3