Skip to content
Snippets Groups Projects
Select Git revision
  • 2cb01f03bb94d6c9655f7fc29d1f7b4b07ea49ad
  • main default protected
  • rap-1116-use-linc-automated-demixing
  • use-updated-a-team-sky-model
  • portable_docker_image
  • v0.1 protected
6 results

Dockerfile

Blame
  • Code owners
    Assign users and groups as approvers for specific file changes. Learn more.
    post-commit 347 B
    #!/bin/sh
    command -v git-lfs >/dev/null 2>&1 || { echo >&2 "\nThis repository is configured for Git LFS but 'git-lfs' was not found on your path. If you no longer wish to use Git LFS, remove this hook by deleting the 'post-commit' file in the hooks directory (set by 'core.hookspath'; usually '.git/hooks').\n"; exit 2; }
    git lfs post-commit "$@"