rycus86 / githooks

Githooks: per-repo and global Git hooks with version control
MIT License
380 stars 19 forks source link

Also set clone url after fetch #150

Closed gabyx closed 3 years ago

gabyx commented 3 years ago

Small fix because of either odd situation (just gracefully fixing this)

install.sh --clone-url "$url" \
        --clone-branch "$branch"

and an allraedy installed githooks with release clone the same as "$url" and "$branch" but deleted configs githooks.cloneUrl etc...