From a483a05335c753555aba8c4529a62eb50b470028 Mon Sep 17 00:00:00 2001 From: Cameron McEfee Date: Mon, 16 May 2011 14:07:48 -0700 Subject: Update files to match new style guide --- _posts/2010-03-02-changing-author-info.markdown | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to '_posts/2010-03-02-changing-author-info.markdown') 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. +

If you need to modify the author info in your repo's history, you can do so with this script.

-__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. +

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.

{% highlight bash %} #!/bin/sh -- cgit v1.3.1