1GIT-LFS-POST-COMMIT(1)                                  GIT-LFS-POST-COMMIT(1)
2
3
4

NAME

6       git-lfs-post-commit - Git post-commit hook implementation
7

SYNOPSIS

9       git lfs post-commit
10

DESCRIPTION

12       Responds to Git post-commit events. It makes sure that any files which
13       are marked as lockable by git lfs track are read-only in the working
14       copy, if not currently locked by the local user.
15
16       Where the git lfs post-merge command, which has a similar purpose, must
17       examine all files in the working copy, git lfs post-commit can limit
18       itself checking only those files which have changed in HEAD. It
19       primarily handles newly added lockable files which have not yet been
20       made read-only.
21

SEE ALSO

23       git-lfs-post-merge(1), git-lfs-track(1)
24
25       Part of the git-lfs(1) suite.
26
27
28
29                                                        GIT-LFS-POST-COMMIT(1)
Impressum