From c49fb8d3bba831de68cd2b69772a84a3f07fa177 Mon Sep 17 00:00:00 2001 From: Tamir Date: Tue, 28 Jan 2025 17:05:07 +0000 Subject: [PATCH] chore: remove unused current_branch var from husky/pre_push Co-authored-by: Sam Mayer --- .husky/pre-push | 1 - 1 file changed, 1 deletion(-) diff --git a/.husky/pre-push b/.husky/pre-push index 3860073e..25331191 100755 --- a/.husky/pre-push +++ b/.husky/pre-push @@ -7,7 +7,6 @@ MAX_CHANGES=340 #Avg commit size on main is 340 as of 12 Dec 2024 # Get the local branch name -# current_branch=$(git rev-parse --abbrev-ref HEAD) # Get the remote and branch being pushed to remote_name="origin"