This is the eighth 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 for DBAs: Merging Code Between Branches Basic Git for DBAs: What’s a Pull Request? Basic Git for DBAs: Managing PowerShell Scripts Basic Git for DBAs: Ignoring Files and Customizing Your Environment
In the previous articles, we set up a repository, shared files, branched/merged code, and