Man page - git-lfs-update(1)
Packages contains this manual
- git-lfs-pre-push(1)
- git-lfs-status(1)
- git-lfs-prune(1)
- git-lfs-completion(1)
- git-lfs-logs(1)
- git-lfs-lock(1)
- git-lfs-smudge(1)
- git-lfs-pull(1)
- git-lfs-clean(1)
- git-lfs-merge-driver(1)
- git-lfs-post-commit(1)
- git-lfs-ls-files(1)
- git-lfs-ext(1)
- git-lfs-env(1)
- git-lfs-fetch(1)
- git-lfs-fsck(1)
- git-lfs-uninstall(1)
- git-lfs-push(1)
- git-lfs-pointer(1)
- git-lfs-checkout(1)
- git-lfs-unlock(1)
- git-lfs-filter-process(1)
- git-lfs-post-checkout(1)
- git-lfs-post-merge(1)
- git-lfs-dedup(1)
- git-lfs-locks(1)
- git-lfs-track(1)
- git-lfs-update(1)
- git-lfs-clone(1)
- git-lfs-standalone-file(1)
- git-lfs-migrate(1)
- git-lfs-config(5)
- git-lfs-install(1)
- git-lfs(1)
- git-lfs-untrack(1)
Package: git-lfs
apt-get install git-lfs
apt-get install git-lfs
Manuals in package:
Documentations in package:
Manual
GIT-LFS-UPDATE
NAMESYNOPSIS
DESCRIPTION
OPTIONS
SEE ALSO
NAME
git-lfs-update - Update Git hooks
SYNOPSIS
git lfs update [--manual | --force]
DESCRIPTION
Updates the Git hooks used by Git LFS. Silently upgrades known hook contents. If you have your own custom hooks you may need to use one of the extended options below.
OPTIONS
--manual, -m
Print instructions for manually updating your hooks to include git-lfs functionality. Use this option if git lfs update fails because of existing hooks and you want to retain their functionality.
--force, -f
Forcibly overwrite any existing hooks with git-lfs hooks. Use this option if git lfs update fails because of existing hooks but you donβt care about their current contents.
SEE ALSO
Part of the git-lfs(1) suite.