From 8da8cb66098349317f47961b71062493abe05a08 Mon Sep 17 00:00:00 2001 From: cruft Date: Thu, 9 Jul 2009 21:54:40 -0600 Subject: [PATCH] Add a note to committers on being anonymous --- README | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 README diff --git a/README b/README new file mode 100644 index 0000000..59a3e99 --- /dev/null +++ b/README @@ -0,0 +1,14 @@ +A note to commiters +------------------- + +You probably have git set up with your real name and email address. If +you would like to change those to something else, remember to do so +*before* you commit anything. You'll want to change the file + + .git/config + +Here's what's at the start of mine: + + [user] + name = "cruft" + email = "cruft@mailinator.com"