Skip to content

Jeff Brown Tech

Cloud and DevOps Engineering

Jeff Brown Tech

Cloud and DevOps Engineering

  • Home
  • Privacy Policy
  • About
    • Home
    • Git
Azure Git

Connect GitHub and Azure using OpenID Connect

Jeff Brown September 13, 2023

OpenID Connect (OIDC) enables GitHub Actions workflows to authenticate and access resources inside your Azure tenant. The primary advantage is you no longer have to store Azure credentials as GitHub…

Git

Using Multiple GitHub Accounts and SSH Keys

Jeff Brown March 31, 2022

Creating an SSH key is an excellent authentication method when working with GitHub. However, sometimes you need to work with multiple GitHub accounts on the same system, like a work…

Git

Git Branching and Merging: A Step-By-Step Guide

Jeff Brown May 17, 2021

In previous articles, you learned “How to Revert a Commit in Git” (a PowerShell Git tutorial) and “How to Merge in Git: Remote and Local Git Repositories Tutorial.” You can…

Git

How to Implement GitHub SSH Authentication

Jeff Brown May 12, 2021

Are you working with GitHub repositories but tired of typing in your username and personal access token each time you clone or push changes? You need to use SSH authentication!…

Git

How to Merge in Git: Remote and Local Git Repositories Tutorial

Jeff Brown April 16, 2021

Using Git, you can create commits or snapshots of your code and revert to previous versions. Typically when working with Git and code repositories, you create the remote one first,…

Git

How To Create and Merge Branches with Git

Jeff Brown September 28, 2019

A great feature of Git is the ability to create branches. Branches allow for creating your own snapshot of the master branch in order to add a new feature or…

Git

Cloning a Git Repo

Jeff Brown July 4, 2019

Before I had a basic understanding of how git works, I used to keep my local repo all the time, even after I had pushed changes to the remote repo…

Git

Combine a Local and Remote Git Repository

Jeff Brown June 23, 2019

I created a Python script locally on my laptop to solve a coding challenge. However, after completing the script, I decided I wanted to create a repository in my GitHub…

Subscribe to new articles! Enter your email address below.

Jeff Brown Tech

Cloud and DevOps Engineering

Copyright © All rights reserved | Blogus by Themeansar.