Skip to content

Dear Internet Explorer user: Your browser is no longer supported

Please switch to a modern browser such as Microsoft Edge, Mozilla Firefox or Google Chrome to view this website's content.

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.

Read the full story...

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.

Read the full story...

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.

Read the full story...

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.

Read the full story...

PowerShell logo

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.

Read the full story...