summaryrefslogtreecommitdiff
path: root/_posts/2010-03-02-changing-author-info.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-03-02-changing-author-info.markdown
parentb9e8a41be8370615b233e01da697d1e6cba0b3f6 (diff)
Update files to match new style guide
Diffstat (limited to '_posts/2010-03-02-changing-author-info.markdown')
-rw-r--r--_posts/2010-03-02-changing-author-info.markdown4
1 files changed, 2 insertions, 2 deletions
diff --git a/_posts/2010-03-02-changing-author-info.markdown b/_posts/2010-03-02-changing-author-info.markdown
index c567aef..76890c9 100644
--- a/_posts/2010-03-02-changing-author-info.markdown
+++ b/_posts/2010-03-02-changing-author-info.markdown
@@ -5,9 +5,9 @@ description: How to modify author info in your repo's history
categories: git_ninjutsu
---
-If you need to modify the author info in your repo's history, you can do so with this script.
+<p class="intro">If you need to modify the author info in your repo's history, you can do so with this script.</p>
-__Big bold warning__ This action is destructive to your repo's history. It's best to do this on a clone, just in case. Also beware that this should not be performed on a repo that has been shared with others. Use at your own risk.
+<p class="attention"><strong>Big bold warning</strong> This action is destructive to your repo's history. It's best to do this on a clone, just in case. Also beware that this should not be performed on a repo that has been shared with others. Use at your own risk.</p>
{% highlight bash %}
#!/bin/sh