hooks

my cpt hooks
git clone git://git.ckyln.com/hooks
Log | Files | Refs | README

commit 2261df3ef218f4ada8508a86bc9f469a92c1f04d
parent 6ecd8b967672a164ea5cb17074e6b962c5d8cabb
Author: Cem Keylan <cem@ckyln.com>
Date:   Thu, 15 Apr 2021 22:25:49 +0300

pre-fetch: update repository location and branch

Diffstat:
Mpre-fetch | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pre-fetch b/pre-fetch @@ -1 +1 @@ -git -C "$HOME/.local/repositories/community" checkout master >/dev/null 2>&1 ||: +git -C "$HOME/repos/community" checkout main >/dev/null 2>&1 ||: