GitHub

This section explains ways to use GitHub.


Introduction to Uploading a New Project to GitHub

When you create a new project on the GitHub web interface without selecting options such as README, LICENSE, or .gitignore, GitHub shows several initialization commands. This article reviews what those methods are.

Introduction to GitHub Actions and Basic Usage

As CI/CD for more efficient software development gains attention, GitHub Actions is a tool for implementing CI/CD on GitHub. It can be used for free and provides features comparable to other CI/CD tools. This article summarizes what GitHub Actions is, its benefits and cautions, and example use cases.