summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPetros Amiridis <petros@amiridis.net>2011-06-10 11:20:36 +0300
committerPetros Amiridis <petros@amiridis.net>2011-06-10 11:20:36 +0300
commit511ae471388669b8345f6a411ece94b79a802ac7 (patch)
tree2d01cff5025ffe7cb1d90f1030c1af6fe4a9c60a
parent8534e80438591f268f3c8deba1ebfc4b51a18b29 (diff)
fixed style of git command
-rw-r--r--_posts/2008-01-06-move-a-repo.markdown4
1 files changed, 3 insertions, 1 deletions
diff --git a/_posts/2008-01-06-move-a-repo.markdown b/_posts/2008-01-06-move-a-repo.markdown
index 99ef964..161a788 100644
--- a/_posts/2008-01-06-move-a-repo.markdown
+++ b/_posts/2008-01-06-move-a-repo.markdown
@@ -22,7 +22,9 @@ There are a few caveats, especially with regards to private repos:
We cannot set up redirects with git, so every clone of the repository will need to have its remote updated. All you need to run to update your local repository is
- git remote set-url remote_name new_url
+<pre class="terminal">
+git remote set-url remote_name new_url
+</pre>
Existing forks
--------------