summaryrefslogtreecommitdiff
path: root/_posts/2009-06-25-moving-a-repo.textile
diff options
context:
space:
mode:
Diffstat (limited to '_posts/2009-06-25-moving-a-repo.textile')
-rw-r--r--_posts/2009-06-25-moving-a-repo.textile2
1 files changed, 1 insertions, 1 deletions
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:
-<pre>git clone --bare git@github.com:myaccount/my-old-repo.git
+<pre class="terminal">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 ..