Tag
Posts tagged “GitHub CI/CD”

How to Unshallow a Git Repository & Restore Full History
Accidentally did a shallow clone? Learn how to use git fetch unshallow to convert a git shallow clone into a full repository without losing data.

Trigger GitHub Actions with the REST API
Discover how to trigger GitHub Actions with the REST API. This tutorial covers analyzing workflow files, constructing API requests, and using tools like Postman or Thunder Client.