1GIT-LFS-POST-CHECKOUT(1) GIT-LFS-POST-CHECKOUT(1)
23
4
NAME
6git-lfs-post-checkout - Git post-checkout hook implementation
7
SYNOPSIS
9git lfs post-checkout rev_before ref_after is_branch_checkout
10
DESCRIPTION
12Responds to Git post-checkout events. It makes sure that any files
13which are marked as lockable by git lfs track are read-only in the
14working copy, if not currently locked by the local user.
15
SEE ALSO
17git-lfs-track(1)
1819
Part of the git-lfs(1) suite.
2021
22
23
January 2020 GIT-LFS-POST-CHECKOUT(1)