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.
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.
If you accidentally committed a large file to a public Git repository, or exposed sensitive information such as credentials or passwords, you may need to delete the file or remove it from commit history. This article introduces bfg-repo-cleaner for that purpose.