< Previous | Contents | Next >
2.2. Configuration
Every git user should first introduce himself to git, by running these two commands:
git config --global user.email "you@example.com" git config --global user.name "Your Name"
< Previous | Contents | Next >
2.2. Configuration
Every git user should first introduce himself to git, by running these two commands:
git config --global user.email "you@example.com" git config --global user.name "Your Name"