Skip to content

Commit 255e5a9

Browse files
committed
message about signing commits
1 parent cdf298a commit 255e5a9

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Diff for: README.md

+1-2
Original file line numberDiff line numberDiff line change
@@ -58,8 +58,7 @@ or
5858
- Check your work, and apply code style:
5959
(phing): `phing`
6060
(other) `vendor/bin/phpunit && vendor/bin/phpcbf -n --standard=PSR1,PSR2 tests src`
61-
- Commit your work:
62-
`git commit -a`
61+
- Commit your work: `git commit ... ` sign it with GPG if you can: `git commit -S ...`
6362
- Push your work:
6463
`git push origin your-feature-branch`
6564
- And open a pull request!

0 commit comments

Comments
 (0)