Tag: git

Certification

GitHub Certifications – Prove Your Expertise

Keeping up with GitHub requires lots of skill mastery. GitHub is a platform used by over 100 million developers worldwide and offers a suite of…

May 20, 2024 3 min read
CI / CD

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 26, 2024 5 min read
CI / CD

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…

Apr 1, 2024 5 min read
Azure DevOps

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.…

Oct 23, 2023 4 min read
DevOps

How to become a DevOps Engineer

DevOps is a rapidly growing field that has revolutionized the way organizations develop and deploy software. With the increased demand for DevOps Engineers, many people…

Feb 17, 2023 9 min read
CI / CD

Terraform: GitHub Actions Automated Deployment

HashiCorp Terraform infrastructure deployments can always be run manual, but using GitHub Actions to implement Continuous Integration and Continuous Deployment (CI/CD) can be used to…

Feb 15, 2023 5 min read
GitHub

GitHub CLI (gh) Cheat Sheet

When working with GitHub Repositories, the Github.com website provides an excellent interface for working with Issues, Pull Requests, and Repositories. Of course, when committing file…

Apr 28, 2020 1 min read
Development

Git Cheat Sheet

When working with any command-line tool, like Git, it can be easy to forget some of the commands you don’t use very often. This is…

Apr 21, 2020 1 min read
GitHub

GitHub Mobile App Released

GitHub keeps on innovating in the source control management and collaboration space. There have been great new features like GitHub Actions recently, as well as…

Mar 19, 2020 2 min read