diff options
Diffstat (limited to '_posts/2010-03-02-changing-author-info.markdown')
| -rw-r--r-- | _posts/2010-03-02-changing-author-info.markdown | 4 |
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 |
