We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 5cbcf3b + d061861 commit e8fd228Copy full SHA for e8fd228
CONTRIBUTING.md
@@ -316,6 +316,7 @@ Here are some other tips that we use when cleaning up our commits:
316
* Make sure the commits are signed off using `git commit (-s|--signoff)`. See
317
[SubmittingPatches](https://github.com/git/git/blob/v2.8.1/Documentation/SubmittingPatches#L234-L286)
318
for more details about what this sign-off means.
319
+* Check for whitespace errors using `git diff --check [base]...HEAD` or `git log --check`.
320
* Run `git rebase --whitespace=fix` to correct upstream issues with whitespace.
321
* Become familiar with interactive rebase (`git rebase -i`) because you will be reordering,
322
squashing, and editing commits as your patch or series of patches is reviewed.
0 commit comments