Actions are individual tasks that you can combine to create jobs and customize your workflow. You can create your own actions, or use and customize actions shared by the GitHub community.| GitHub Docs
Git Aliases| git-scm.com
In this post I want to explain a new deployment method I came up with while working on drwn.io. I wanted it to meet a few requirements: Simple Based on git tags Zero-downtime Easy rollbacks Creating …| ricardoanderegg.com
You can create a release to package software, along with release notes and links to binary files, for other people to use.| GitHub Docs
In this post, we will cover a few project hygiene things that we may want to put into place to make our lives easier in the future.| jacobtomlinson.dev
A guide to modern Python tooling with a focus on simplicity and minimalism.| cjolowicz.github.io
Master documentation versioning with a docs-as-code approach. Explore software versioning, Git methodologies, and the intricacies of REST API versioning.| www.doctave.com
Git tags are like checkpoints in your repository's history. Learn how to create them, list them and view their details.| poddarayush.com
Working with Remotes| git-scm.com