File size: 620 Bytes
353e225 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 |
.\" generated with Ronn/v0.7.3
.\" http://github.com/rtomayko/ronn/tree/0.7.3
.
.TH "GIT\-LFS\-POST\-CHECKOUT" "1" "October 2021" "" ""
.
.SH "NAME"
\fBgit\-lfs\-post\-checkout\fR \- Git post\-checkout hook implementation
.
.SH "SYNOPSIS"
\fBgit lfs post\-checkout\fR \fIrev_before\fR \fIref_after\fR \fIis_branch_checkout\fR
.
.SH "DESCRIPTION"
Responds to Git post\-checkout events\. It makes sure that any files which are marked as lockable by \fBgit lfs track\fR are read\-only in the working copy, if not currently locked by the local user\.
.
.SH "SEE ALSO"
git\-lfs\-track(1)
.
.P
Part of the git\-lfs(1) suite\.
|