Basic Git for DBAs: Merging Code Between Branches
This article will cover a basic set of code merges between different branches.
2022-04-11 (first published: 2020-07-23)
4,122 reads
This article will cover a basic set of code merges between different branches.
2022-04-11 (first published: 2020-07-23)
4,122 reads
In this article, learn how to work with your repo online at GitHub.
2022-04-11 (first published: 2020-07-14)
4,788 reads
Learn what a branch is in git and how you can create these, share them, and begin working with copies of your code.
2022-04-11 (first published: 2020-06-16)
6,685 reads
This is the second article in a series on the basics of using Git. The other articles in the series are: Basic Git for DBAs: Getting Started with Git Basic Git for DBAs: Sharing Files Through GitHub Basic Git for DBAs: the Basics of Branches Basic Git for DBAs: Making Changes in GitHub Basic Git […]
2022-04-11 (first published: 2020-06-09)
6,073 reads
Learn the basics of Git in this article if you've never used this version control system before. We will cover setting up a repo, adding files, changing them, and getting your history.
2022-04-20 (first published: 2020-06-08)
23,647 reads
Steve thinks version control is a fundamental and critical part of working in technology.
2020-03-17
125 reads
Today Kendra discusses the advantages of using a command line interface for Git.
2020-01-16
389 reads
Steve has a good reason to use a version control system. It's a different kind of backup that you might need.
2019-09-19
357 reads
Using a VCS is a core skill, according to Steve. One part of that is learning to write better commit messages.
2019-07-08
385 reads
In this article, we will examine how to use Azure Data Studio with a git repository for storing code.
2019-05-14
8,991 reads
By SQLPals
While I always configure transaction log backups for every database in non-simple recovery model,...
By Steve Jones
There’s a video of Bill Gates taking a drive in an autonomous car around...
It is common to see high worker count issue on the production server and...
I have a stored procedure that was created to run dynamically. Other than me...
I have the following historical wait report for my SQL server. I have noticed...