GitHub

GitHub is a web-based platform that helps developers store, track, and collaborate on software projects. It’s built around the Git version control system, and enhances the developer workflow with features like project boards, pull requests, releases, and workflow pipelines with GitHub Actions. GitHub is used by both the open source community and enterprises to manage software, documentation, and other projects.

29 articles

Apr 26, 2024 5 min read

Terraform: Modules using Git Branch as Source

HashiCorp Terraform empowers DevOps Engineers and SREs to manage cloud resources efficiently. One of its standout features is the Terraform Modules support, allowing users to…

Apr 1, 2024 5 min read

Git: Merge Repositories with History

Merging two Git repositories together in not a common task. In my own consulting work, this is a task that does come up every so…

Oct 23, 2023 4 min read

Git: Reset / Undo Most Recent Local Commit

Git is a powerful version control system (used stand-alone, with GitHub, and Azure DevOps) that allows developers to keep track of changes in their codebase.…