Is there such thing as post-rebase hook? My goal is that I want a script to execute after git pull --rebase command is used.
git pull --rebase
Seems like post-rewrite hook does the job.