Git Best Practices Guide
上QQ阅读APP看书,第一时间看更新

Configuring Git

Before you start working on Git, you have to configure your name and e-mail by using the following commands:

Erik@local:~$git config --global user.name "Erik"
Erik@local:~$git config --global user.email erik@domain.com