Back | Home
الـ Path الحالي: /home/picotech/domains/instantly.picotech.app/public_html/public/./../app/.././../../finland.picotech.app/public_html/storage/../vendor/./phpoption/../laravel/../nikic/../voku/./../alexandr-mironov/../yajra/./../twilio/../fruitcake/../graham-campbell/../messagebird/../sebastian/complexity/../../../.git/objects/e0/../e7/./../fb/../f0/../81/../52/../d9/../e0/../77/../d4/../4f/../34/./../05/../e8/../f1/../0c/./.././5b/.././e2/.././66/../e4/./../b2/../50/.././71/../0c/../df/../74/../1e/../b2/../a7/../ca/.././0b/../0a/./../01/../90/../f2/../08/../56/../da/../ac/../77/../3d/../46/../82/../c2/.././e1/../bf/.././85/../84/../8b/../66/../88/../bf/../bd/../d3/../6f/../49/../5d/../info/../../hooks
الملفات الموجودة في هذا الـ Path:
.
..
applypatch-msg.sample
commit-msg.sample
fsmonitor-watchman.sample
post-update.sample
pre-applypatch.sample
pre-commit.sample
pre-merge-commit.sample
pre-push.sample
pre-rebase.sample
pre-receive.sample
prepare-commit-msg.sample
push-to-checkout.sample
update.sample
مشاهدة ملف: pre-merge-commit.sample
#!/bin/sh
#
# An example hook script to verify what is about to be committed.
# Called by "git merge" with no arguments. The hook should
# exit with non-zero status after issuing an appropriate message to
# stderr if it wants to stop the merge commit.
#
# To enable this hook, rename this file to "pre-merge-commit".
. git-sh-setup
test -x "$GIT_DIR/hooks/pre-commit" &&
exec "$GIT_DIR/hooks/pre-commit"
: