better headings

This commit is contained in:
Joey Hess 2017-02-27 16:18:20 -04:00
parent 3f876f72e3
commit 2c281baf00
No known key found for this signature in database
GPG key ID: C910D9222512E3C7

View file

@ -6,7 +6,7 @@ is the same data that was originally commited to it.
This is recommended if you are storing any kind of binary
files in a git repository.
## How to do it
## Configuring git-annex
You need git-annex 6.20170228. Upgrade if you don't have it.
@ -21,6 +21,8 @@ But, any existing clones will not, so this should be run in them:
git config annex.securehashesonly true
## Signed commits
It's important that all commits to the git repository are signed.
Use `git commit --gpg-sign`, or enable the commit.gpgSign configuration.