Git offers the git config command for manual configuration but this is a lot of work with certain caveats. For example, a common item to set is your email address. This refers to the editor that Git will present for typing your commit message each time you commit changes to your repository.
Table of contents
1. Create global configuration2. Set default name3. Set default email address4. Set default branch name5. Set default editor1 Comment
Sort: