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
From https://github.com/danielkummer/git-flow-cheatsheet/blob/gh-pages/index.html#L126-L127:
wget -q -O - --no-check-certificate https://raw.github.com/petervanderdoes/gitflow-avh/develop/contrib/gitflow-installer.sh install stable | bash
--no-check-certificate and | bash - what could possibly go wrong?
--no-check-certificate
| bash
Please update this to something more secure.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
From https://github.com/danielkummer/git-flow-cheatsheet/blob/gh-pages/index.html#L126-L127:
--no-check-certificate
and| bash
- what could possibly go wrong?Please update this to something more secure.
The text was updated successfully, but these errors were encountered: