Version Control

How to update the URL for a remote Git repository

How to update the URL for a remote Git repository

  • 2024-02-24
  • 2 minutes to read

You need to update the URL for the remote repository. In this post I will explain to you how to do it.

Read More
Connect to Azure from Github Actions

Connect to Azure from Github Actions

  • 2024-02-19
  • 8 minutes to read

How to set up authentication between Github Actions and Azure to allow you to run DevOps tasks securely and efficiently.

Read More
A short list of Useful Git Commands

A short list of Useful Git Commands

  • 2023-09-12
  • 3 minutes to read

Here is a collection of useful advanced git commands that I use from time to time. I always forget them so I thought I would write them down and share them.

Read More
Git How to Create an Alias to Save Time

Git How to Create an Alias to Save Time

  • 2023-06-09
  • 3 minutes to read

How to use git aliases to call regularly used, or hard to remember commands. This approach will save having to store more things in your brain!

Read More
Gitignore not ignoring files as expected

Gitignore not ignoring files as expected

  • 2022-10-27
  • 3 minutes to read

Gitignore allows you to configure files you don't want to include in your commits, sometimes this doesn't function as expected, but why?

Read More
How to Move Repository From Devops to Github

How to Move Repository From Devops to Github

  • 2022-07-17
  • 3 minutes to read

This post describes the steps you need to follow to migrate a git repository from Azure DevOps to Github.

Read More