summaryrefslogtreecommitdiff
path: root/_posts
diff options
context:
space:
mode:
Diffstat (limited to '_posts')
-rw-r--r--_posts/2009-06-25-moving-a-repo.markdown2
1 files changed, 1 insertions, 1 deletions
diff --git a/_posts/2009-06-25-moving-a-repo.markdown b/_posts/2009-06-25-moving-a-repo.markdown
index d87ac0d..f00c38c 100644
--- a/_posts/2009-06-25-moving-a-repo.markdown
+++ b/_posts/2009-06-25-moving-a-repo.markdown
@@ -28,7 +28,7 @@ First, create a new repo on the target account. Next, create a mirror that incl
<pre class="terminal">
git clone --bare url/for/my-old-repo.git
-cd my-old-repo
+cd my-old-repo.git
git push --mirror git@github.com:mycompany/my-new-repo.git
cd ..
rm -rf my-old-repo