1GIT-LFS-UPDATE(1)                                            GIT-LFS-UPDATE(1)
2
3
4

NAME

6       git-lfs-update - Update Git hooks
7

SYNOPSIS

9       git lfs update [--manual | --force]
10

DESCRIPTION

12       Updates the Git hooks used by Git LFS. Silently upgrades known hook
13       contents. If you have your own custom hooks you may need to use one of
14       the extended options below.
15

OPTIONS

17       --manual, -m
18           Print instructions for manually updating your hooks to include
19           git-lfs functionality. Use this option if git lfs update fails
20           because of existing hooks and you want to retain their
21           functionality.
22
23       --force, -f
24           Forcibly overwrite any existing hooks with git-lfs hooks. Use this
25           option if git lfs update fails because of existing hooks but you
26           don’t care about their current contents.
27

SEE ALSO

29       Part of the git-lfs(1) suite.
30
31
32
33                                                             GIT-LFS-UPDATE(1)
Impressum