diff --git a/post-checkout b/post-checkout index 27e6557..83a7fbb 100755 --- a/post-checkout +++ b/post-checkout @@ -49,5 +49,7 @@ fi git config --local user.email "$email" git config --local user.name "$name" +git config --local author.email "$email" +git config --local author.name "$name" echo -e "\nLocal identity for ${PWD##*/} set to \"$name <$email>\""