Git

Starting ssh-agent in Windows PowerShell

2 minute read

As someone who works mostly on Linux, there seem to be a multitude of issues for me to stumble over when having to use Windows. Using ssh in Windows PowerSh...

Rewriting author information in Git commits

1 minute read

Ever needed to change your email address in your Git history? For instance, you’ve mistakenly used your personal email address in a repository at work? Here...

Windows Git Installation

16 minute read

A version control system is fundamental to the work of anyone developing software, whether it be scientific software or not. This is one of the fundamental ...