Describe the bug
Zshell users must escape " ! " if using double quotes
To Reproduce
Steps to reproduce the behavior:
- From the command line execute
echo "Hello from my branch!" > $YOUR_NAME.txt
- See that CLI will prompt you for an additional double quotation mark
Expected behavior
We should just be able to echo the text into the file
Screenshots (if applicable)
If applicable, add screenshots to help explain your problem.
without escaped character:

with escaped character
Environment (please complete the following information):
- OS: macOS
- Git version: git version 2.39.5 (Apple Git-154)
ALSO FIXES #7