Skip site navigation (1)Skip section navigation (2)

FreeBSD Manual Pages

  
 
  

home | help
GIT-LFS-CLEAN(1)						GIT-LFS-CLEAN(1)

NAME
     git-lfs-clean - Git clean filter that converts large files to pointers

SYNOPSIS
     git lfs clean <path>

DESCRIPTION
     Read  the contents of a large file from standard input, and write a Git LFS
     pointer file for that file to standard output.

     Clean is typically run by Git's clean filter,  configured	by  the  reposi-
     tory's Git attributes.

     Clean  is not part of the user-facing Git plumbing commands. To preview the
     pointer  of  a  large  file   as	it   would   be   generated,   see   the
     git-lfs-pointer(1) command.

SEE ALSO
     git-lfs-install(1), git-lfs-push(1), git-lfs-pointer(1), gitattributes(5).

     Part of the git-lfs(1) suite.

				   1979-11-30			GIT-LFS-CLEAN(1)

Want to link to this manual page? Use this URL:
<https://man.freebsd.org/cgi/man.cgi?query=git-lfs-clean&sektion=1&manpath=FreeBSD+Ports+15.1.quarterly>

home | help