We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
If you try to create a new commit and haven't set your git config (name and email address) yet, the dialog will be displayed on commit.
If you click on "OK" and then try to commit again, the dialog will not be shown.
First, make sure the git config is not set.
The dialog should be displayed the second time.
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
Description
If you try to create a new commit and haven't set your git config (name and email address) yet, the dialog will be displayed on commit.
If you click on "OK" and then try to commit again, the dialog will not be shown.
Reproduce
First, make sure the git config is not set.
Expected behavior
The dialog should be displayed the second time.
Context
The text was updated successfully, but these errors were encountered: