github.com/x-oss-byte/git-lfs@v2.5.2+incompatible/docs/man/git-lfs-post-merge.1.ronn (about)

     1  git-lfs-post-merge(1) -- Git post-merge hook implementation
     2  =================================================================
     3  
     4  ## SYNOPSIS
     5  
     6  `git lfs post-merge` <is_squash>
     7  
     8  ## DESCRIPTION
     9  
    10  Responds to Git post-merge events. It makes sure that any files which are
    11  marked as lockable by `git lfs track` are read-only in the working copy, if
    12  not currently locked by the local user.
    13  
    14  ## SEE ALSO
    15  
    16  git-lfs-track(1)
    17  
    18  Part of the git-lfs(1) suite.