How to Configure Git Username and Email Address
|
The first thing you should do after installing Git on your system is to configure your git username and email address. Git associate your identity with every commit you make.
|
|
Git allows you to set a global and per-project username and email address. You can set or change your git identity using the `git config` command. Changes only affect future commits. The name and email associated with the commits you made prior to the change are not affected. Full Story |
This topic does not have any threads posted yet!
You cannot post until you login.