Tag: github

How to Perform Git Submodule Checkout

September 7, 2022

Git submodules help maintain complex projects by allowing independent repositories to exist as subdirectories within a project repository. This tutorial will show you how to obtain the contents of a submodule using the command line and how to automate the checkout process with GitHub actions.

Read more

How to Restore a Git Repository

August 1, 2022

Deleted or overwritten a repository? No backup? Don't worry just yet, this guide covers some steps to try and restore the repository.

Read more

Git Tag Release Management

December 29, 2021

Git releases are git objects created from Git tags. Learn how to work with Git releases in this guide.

Read more

How Does Git Work?

September 16, 2021

Git is the world's most popular version control system. This article showcases how Git works and explains each Git function in detail.

Read more

How to Use Git {Beginner's Guide}

September 2, 2021

Git is the most popular version control system in the world. Learn to use Git effectively with this step-by-step beginner's guide that covers the basic Git functions.

Read more

Bare Metal Cloud GitHub Actions

May 6, 2021

GitHub Actions is a platform for software development workflow automation with a built-in CI/CD tool. This tutorial teaches you how to set up BMC GitHub credentials and manage BMC GitHub Actions.

Read more