Blog Archives: Git

Whilst there are loads of GUI tools available to use Git on the desktop, using Git in the PowerShell will always be the preferred method for a lot of developers like myself. Posh Git extends the offering from the basic

Read more ›


This is a fairly common problem with Git, the Unlink of file issue. I encountered it on this occasion when attempting to run git gc to clean up and optimize my local repository. There’s plenty of documentation around this issue, however I

Read more ›


If you have a Git branch that you want to keep but don’t want it hanging around like a fart in a Russian space station, then archiving is the answer. This can be achieved by tagging the branch with the

Read more ›