Configuring Git
Identity
- Ensure that username and email are setup for Git.
Either Globally Or locally per repository
Editor
- Now that your identity is set up, you can configure the default text editor that will be used when Git needs you to type in a message. If not configured, Git uses your system’s default editor. If you want to use a different text editor, such as nano, you can do the following: