better headings
This commit is contained in:
parent
3f876f72e3
commit
2c281baf00
1 changed files with 3 additions and 1 deletions
|
@ -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.
|
||||
|
||||
|
|
Loading…
Reference in a new issue