Skip to content
New issue

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

Typo in GIT -> Define the author name to be used for all commits. #16

Closed
Emporea opened this issue Nov 14, 2022 · 1 comment
Closed

Comments

@Emporea
Copy link

Emporea commented Nov 14, 2022

The command is
git config --global user. name [name]
but it should be
git config --global user.name [name]
( write user.name together )

The text is inside a sqlite file thus i am creating this issue instead of a merge request.

@SimonSchubert
Copy link
Owner

Fixed with latest release. Thanks for the report

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants