How to compare a file between branch

I would try to do this command from the GUI:

git diff 2023-08-01:js/gestion.js master:js/gestion.js

(I don’t want a general diff with all files, too much changed, and takes an eternity to load)

Thanks for your help