summaryrefslogtreecommitdiff
path: root/_posts/2010-01-27-remotes.markdown
diff options
context:
space:
mode:
authorCameron McEfee <cameron@github.com>2011-05-16 14:07:48 -0700
committerCameron McEfee <cameron@github.com>2011-05-16 16:55:31 -0700
commita483a05335c753555aba8c4529a62eb50b470028 (patch)
tree13309e7ff7b36f6020390e19067ff2251e26456d /_posts/2010-01-27-remotes.markdown
parentb9e8a41be8370615b233e01da697d1e6cba0b3f6 (diff)
Update files to match new style guide
Diffstat (limited to '_posts/2010-01-27-remotes.markdown')
-rw-r--r--_posts/2010-01-27-remotes.markdown2
1 files changed, 1 insertions, 1 deletions
diff --git a/_posts/2010-01-27-remotes.markdown b/_posts/2010-01-27-remotes.markdown
index 2682832..6413e9c 100644
--- a/_posts/2010-01-27-remotes.markdown
+++ b/_posts/2010-01-27-remotes.markdown
@@ -5,7 +5,7 @@ description: Pushing, fetching, merging and deleting remote branches
categories: everyday_git
---
-This guide will cover all the basic day-to-day commands you will use with git to interact with remote repos. For push operations you can only interact with repos you own or are a collaborator on. To gain access to a public repo, check out the [forking guide](/forking).
+<p class="intro">This guide will cover all the basic day-to-day commands you will use with git to interact with remote repos. For push operations you can only interact with repos you own or are a collaborator on. To gain access to a public repo, check out the <a href="/forking">forking guide</a>.</p>
Managing remotes
----------------