1GIT-LFS-POST-COMMIT(1)      General Commands Manual     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 primarā€
19       ily handles newly added lockable files which have  not  yet  been  made
20       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                                 February 2022          GIT-LFS-POST-COMMIT(1)
Impressum