Stop Git from always asking for user credentials
Posted 11th April 2024
No comments
Here are a few methods for preventing Git from asking for user credentials upon every push.
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.
Push local files to GitHub
Posted 6th February 2019
No comments
Instructions for committing a folder of local files to a new GitHub repository via the Command Prompt.
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.
Run a PowerShell script directly from GitHub Gist
Posted 9th April 2018
2 comments
Simple code that enables you to host your PowerShell scripts on GitHub Gist but execute them from a local machine.