--- layout: default title: Set your user name, email and GitHub token description: Configure your local git installation so that commits are linked to your GitHub account categories: beginner popular ---
This guide covers basic git settings you should set before making any commits.
Please note that config changes will only affect future commits. Existing commits will retain the info they were committed with. Also, the environment variables GIT_COMMITTER_NAME, GIT_COMMITTER_EMAIL, GIT_AUTHOR_NAME and GIT_AUTHOR_EMAIL will override git-config settings if they are defined.