We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When my resulting command looks like
"C:\Program Files\Git\bin\git.exe" commit -av -m "Test commit"
I receive an error described here https://bugs.php.net/bug.php?id=49139
In the bottom of the page there is a bypass. Need to surround the resulting command with one more quotes like that
""C:\Program Files\Git\bin\git.exe" commit -av -m "Test commit""
The text was updated successfully, but these errors were encountered:
No branches or pull requests
When my resulting command looks like
I receive an error described here https://bugs.php.net/bug.php?id=49139
In the bottom of the page there is a bypass. Need to surround the resulting command with one more quotes like that
The text was updated successfully, but these errors were encountered: