{code} $ git config --global user.name "Your Name" $ git config --global user.email "your_login@cs.wisc.edu" +$ git config --global diff.renamelimit 10000 # Season the following to taste $ git config --global core.editor "/usr/ucb/vi" {endcode}
{code} $ git config --global user.name "Your Name" $ git config --global user.email "your_login@cs.wisc.edu" +$ git config --global diff.renamelimit 10000 # Season the following to taste $ git config --global core.editor "/usr/ucb/vi" {endcode}