Closed Calinou closed 6 years ago
Good point, but you managed to remove the trailing spaces for the line breaks in the intro.
You should probably set your editor to not remove trailing whitespace in markdown files.
Any reference to where git://
is insecure/deprecated? I thought it was synonymous with ssh
which is preferred over the unusable-on-the-commandline (everywhere and anywhere it counts) https.
git://
is a plaintext protocol, meaning there are no secrecy or integrity guarantees.
@andsens Good point (trailing whitespace has a meaning in Markdown), I amended the commit.
Looks great! Merging...
The
git://
protocol is considered insecure and deprecated, so switching tohttps://
is a good idea. This also capitalizes Bash and Git (which are the official casings used by those projects).