Git global setup instructions suggest unescaped characters
Summary
When creating a new project, an information placeholder is shown until files are added to the repo.
For me, with a couple "
in my name, this produced a false command.
Steps to reproduce
Have a user with a character in their name that should be escaped in command, for example I have 2x"
in my name.
Expected behavior
Should show
git config --global user.name "Luke \"Jared\" Bennett"
Relevant logs and/or screenshots
Possible fixes
Add escape characters where needed.