We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
added 'git diff --check' mentioned in contrib docs
For users looking to contribute to the 'pelican-plugins' or 'pelican-themes' repos who are directed to the page after being asked to rebase or squash commits, the instructions for cloning Pelican (`git clone https://github.com/GH-USER/pelican.git`) and adding an "upstream" remote (`git remote add upstream https://github.com/getpelican/pelican.git`) could be blindly followed, leading to confusion. Is this a very basic change about which users should probably know better? Yes. But it's also basic enough to be easily overlooked, especially for users who have made changes but are still learning how Git and GitHub work.
Update command that runs the test suite
Small change suggested by @dflock
Updated Git Tips (markdown)
First attempt at Git Tips page