CaptainHook is a very flexible git hook manager for software developers that makes sharing git hooks with your team a breeze.
1.01k
stars
87
forks
source link
$CHANGED_FILES placeholder is empty for first push #233
Closed
Eydamos closed 10 months ago
For the first push you do to a remote the
CHANGED_FILES
placeholder is emptySteps to reproduce:
pre-push
action which uses theCHANGED_FILES
placeholderCurrent behaviour:
$CHANGED_FILES
is emptyExpected behaviour:
$CHANGED_FILES
list all changed files since the branch was created just like e.g. PhpStorm does when you push the changes