Skip to content

super_init initial commit Git configuration. #12

Description

@maddaicita

There is an error message if Git doesn't know the identity (name and email) to use for commits. This is a common issue for users when they first initialize a new repository or start using Git on a new machine.
If the gits super_init command is trying to create an initial commit after initializing the repository, it fails in case Git doesn't have a name and email configured.
Improve the code by adding a section that prompts the user for their name and email, and then sets these for the Git configuration so that error does nor appear.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions