Skip to content
Jeff Brown Tech
  • Home
  • Privacy Policy
  • About
Menu Close
Read more about the article Using Multiple GitHub Accounts and SSH Keys
Git

Using Multiple GitHub Accounts and SSH Keys

Creating an SSH key is an excellent authentication method when working with GitHub. However, sometimes you need to work with…

0 Comments
March 31, 2022
Read more about the article Git Branching and Merging: A Step-By-Step Guide
Git

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

In previous articles, you learned “How to Revert a Commit in Git” (a PowerShell Git tutorial) and “How to Merge…

0 Comments
May 17, 2021
Read more about the article How to Implement GitHub SSH Authentication
Git

How to Implement GitHub SSH Authentication

Are you working with GitHub repositories but tired of typing in your username and personal access token each time you…

3 Comments
May 12, 2021
Read more about the article How to Merge in Git: Remote and Local Git Repositories Tutorial
Git

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

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

0 Comments
April 16, 2021
Read more about the article How To Create and Merge Branches with Git
Git

How To Create and Merge Branches with Git

A great feature of Git is the ability to create branches. Branches allow for creating your own snapshot of the…

0 Comments
September 28, 2019
Read more about the article Cloning a Git Repo
Git

Cloning a Git Repo

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

0 Comments
July 4, 2019
Read more about the article Combine a Local and Remote Git Repository
Git

Combine a Local and Remote Git Repository

I created a Python script locally on my laptop to solve a coding challenge. However, after completing the script, I…

0 Comments
June 23, 2019

Subscribe to new articles! Enter your email below.

Copyright Jeff Brown Tech | United States
  • Home
  • Privacy Policy
  • About