From 32d1aa81bd02c46151a9ba77043774395d4ffebb Mon Sep 17 00:00:00 2001 From: admin Date: Sun, 18 May 2025 19:32:37 -0500 Subject: [PATCH] created post push to always force lfs push --- hooks/post-push | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 hooks/post-push diff --git a/hooks/post-push b/hooks/post-push new file mode 100644 index 0000000..d3e9861 --- /dev/null +++ b/hooks/post-push @@ -0,0 +1,2 @@ +#!/bin/sh +git lfs push --all origin