From 6e4eaa1e31846f42fa50cee48b73bf0079e9aba6 Mon Sep 17 00:00:00 2001 From: tekkub Date: Mon, 27 Jul 2009 01:51:05 -0600 Subject: Make pretty console pre blocks --- _posts/2009-06-25-moving-a-repo.textile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '_posts/2009-06-25-moving-a-repo.textile') diff --git a/_posts/2009-06-25-moving-a-repo.textile b/_posts/2009-06-25-moving-a-repo.textile index d817cea..461ebcf 100644 --- a/_posts/2009-06-25-moving-a-repo.textile +++ b/_posts/2009-06-25-moving-a-repo.textile @@ -16,7 +16,7 @@ p(. _If you forked this step is not necessary, but you may still do it for good To create a complete mirror that includes all branches and tags, you need to do a bare-clone followed by a mirror-push: -
git clone --bare git@github.com:myaccount/my-old-repo.git
+
git clone --bare git@github.com:myaccount/my-old-repo.git
 cd my-old-repo
 git push --mirror git@github.com:mycompany/our-new-repo.git
 cd ..
-- 
cgit v1.3.1