Git
Posts about either Git the Version control Software or Github a popular Git powered service for collaborative software development
How to Automate Github Releases with Github Actions (Continuous Deployment)
April 21, 2021How to Automate Github Releases with a Github Actions pipeline for Continuous Deployment
How to manage your Git Identity for Work and for Personal Projects
December 20, 2020How to easily manage your GIT Identity
Squashing GIT Commits
September 13, 2020How to use the --squash flag on git merge
Continuos Deployment of a Static Site to GitHub Pages
August 17, 2020How to easily setup a CI pipeline with github actions to deploy a Static Site (e.g. React or Gatsby) to Github Pages
Renaming branches
August 17, 2020How to rename GIT Branches locally and remotely