How to use Git revert This post is about getting a working knowledge of git revert and how/why it may be used. The target will be to gain a working knowledge of how to use git revert to roll back unwanted changes to a bran... Git Programming Tooling Jan 13, 2021 Programming
Git-grab, a side project introduction Git-grab is a side project that I work on in some of my spare time. It is an CLI tool written in python for managing git repos locations locally and here are some usefully links for getting started. I... Git Programming Python Dec 9, 2020 Programming