How to change file permissions in Git on Windows
Posted 9th December 2020
2 comments
Make a Git repository file on a local Windows machine executable by changing the CHMOD value, which can be transferred to the repository following a push.
Run an ImageJ macro directly from GitHub Gist
Posted 23rd May 2018
No comments
Simple code that enables you to host your ImageJ macro scripts on GitHub Gist but execute them from a local machine.