SimonSchubert / LinuxCommandLibrary

1M+ downloads Linux reference app with basics, tips and formatted man pages
http://linuxcommandlibrary.com/
Apache License 2.0
842 stars 66 forks source link

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

Closed Emporea closed 1 year ago

Emporea commented 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 )

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

SimonSchubert commented 1 year ago

Fixed with latest release. Thanks for the report