mirror of
https://github.com/taigrr/hooks.git
synced 2026-04-02 03:18:55 -07:00
6 lines
106 B
Bash
Executable File
6 lines
106 B
Bash
Executable File
#!/bin/sh
|
|
|
|
mg register >/dev/null &
|
|
test "$(git lfs track | wc -l)" -gt 0 || exit 0
|
|
git lfs pre-push "$@"
|