I want to run a simple bash script after a git clone was made, that checks the url of the repository origin and applies specific git-author settings.
this configuration shall be done on the local environment (not in the repository).
is there a configuration setting that I can apply to call a bash script after a git clone has completed?