CharlieKarafotias / tmgr

A task manager CLI
1 stars 0 forks source link

post-merge hook should only run on merge made by ME, not one that is done via `git pull` #106

Closed CharlieKarafotias closed 5 days ago

CharlieKarafotias commented 1 week ago

There is an error in the pre commit setup where any git pull that finds changes and merges with local branch causes the post-merge hook to run. This can accidently create new releases of unfinished code.