From 1884e6cf5a830abb2d269bd96c738d54aaf64de6 Mon Sep 17 00:00:00 2001 From: tekkub Date: Wed, 3 Mar 2010 01:46:13 -0700 Subject: Add changing author info in history guide --- _posts/2010-03-02-changing-author-info.markdown | 37 +++++++++++++++++++++++++ 1 file changed, 37 insertions(+) create mode 100644 _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 new file mode 100644 index 0000000..47c19ba --- /dev/null +++ b/_posts/2010-03-02-changing-author-info.markdown @@ -0,0 +1,37 @@ +--- +layout: default +title: Changing author info +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. + +__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. + + + \ No newline at end of file -- cgit v1.3.1