How to Configure Git Username and Email Address

Posted by linuxize on Feb 18, 2020 2:38 AM EDT
Linuxize.com; By linuxize
Mail this story
Print this story

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

  Nav
» Read more about:

« Return to the newswire homepage

This topic does not have any threads posted yet!

You cannot post until you login.