Closed Emporea closed 1 year ago
The command is git config --global user. name [name] but it should be git config --global user.name [name] ( write user.name together )
git config --global user. name [name]
git config --global user.name [name]
The text is inside a sqlite file thus i am creating this issue instead of a merge request.
Fixed with latest release. Thanks for the report
The command is
git config --global user. name [name]
but it should begit 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.