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

     1  git-lfs-update(1) -- Update Git hooks
     2  =====================================
     3  
     4  ## SYNOPSIS
     5  
     6  `git lfs update` [--manual | --force]
     7  
     8  ## DESCRIPTION
     9  
    10  Updates the Git hooks used by Git LFS. Silently upgrades known hook contents.
    11  If you have your own custom hooks you may need to use one of the extended
    12  options below.
    13  
    14  ## OPTIONS
    15  
    16  * `--manual` `-m`
    17      Print instructions for manually updating your hooks to include git-lfs 
    18      functionality. Use this option if `git lfs update` fails because of existing
    19      hooks and you want to retain their functionality.
    20  
    21  * `--force` `-f`
    22      Forcibly overwrite any existing hooks with git-lfs hooks. Use this option
    23      if `git lfs update` fails because of existing hooks but you don't care
    24      about their current contents.
    25  
    26  ## SEE ALSO
    27  
    28  Part of the git-lfs(1) suite.