[ << Starting with git ] | [Top][Contents][Index][ ? ] | [ Compiling >> ] | ||
[ < Other locations for git ] | [ Up : Getting the source code ] | [ Updating the source code > ] |
1.1.7 Git user configuration
To configure git to automatically use your name and email address for patches,
git config --global user.name "MYNAME" git config --global user.email myemail@example.net
[ << Starting with git ] | [Top][Contents][Index][ ? ] | [ Compiling >> ] | ||
[ < Other locations for git ] | [ Up : Getting the source code ] | [ Updating the source code > ] |