Excerpts from Ben Walton's message of Wed May 26 22:19:43 -0400 2010: ...oh, and it'll squawk about adding proper settings for name and email in your ~/.gitconfig too. The help text is (hopefully) clear, but if not, you basically want to do:
git config --global user.name "Your Name" git config --global user.email "[email protected]" Thanks -Ben -- Ben Walton Systems Programmer - CHASS University of Toronto C:416.407.5610 | W:416.978.4302 _______________________________________________ maintainers mailing list [email protected] https://lists.opencsw.org/mailman/listinfo/maintainers .:: This mailing list's archive is public. ::.
