Topic

git

9 articles

Cover for Automated GitHub Releases with GitHub Actions and Conventional Commits
githubgitFeb 12, 2024

Automated GitHub Releases with GitHub Actions and Conventional Commits

Releases are a very important way to: Track versioning Showcase changes Acknowledge contributors Distribute Binaries But, who does releases manually? That…

Krish GuptaKrish Gupta · 12 min
Read →
Cover for GitOps - Demystified
kubernetesgitFeb 9, 2023

GitOps - Demystified

This blog explains GitOps in a simple way, going over what is gitops, the principles of gitops, and why use gitops in the realm of kubernetes.

Nourhan KhaledNourhan Khaled · 7 min
Read →
Cover for Moving code between GIT repositories with Copybara
githubopensourceJun 27, 2022

Moving code between GIT repositories with Copybara

Copybara is a tool to move source code between git repositories automatically. When would you use such a tool? - When you have an internal repository but…

Daniele PolencicDaniele Polencic · 9 min
Read →
Cover for Terraform Best Practices
cloudgitJun 16, 2022

Terraform Best Practices

In this blog, I'm going to discuss eight terraform best practices. It will improve your terraform workflows immediately and make you feel more confident

Aditya TripathiAditya Tripathi · 5 min
Read →
Cover for Quick Bites of FluxCD: Health Assessment
kubernetesgitMay 24, 2022

Quick Bites of FluxCD: Health Assessment

%[https://github.com/dirien/quick-bites/tree/main/flux-health] During KubeCon EU, I talked with Stefan Prodan about a way to delay the deployment of…

Engin DiriEngin Diri · 4 min
Read →
Cover for Get Good At Git 💎
githubgitMay 4, 2022

Get Good At Git 💎

This blog covers advanced git techniques and shortcuts. It breaks down advanced Git commands that everyone should know.

BUSHRA NAZISHBUSHRA NAZISH · 10 min
Read →
Cover for Starting your DevOps Journey as a Windows User
dockergitApr 15, 2022

Starting your DevOps Journey as a Windows User

Install WSL, DevOps in windows, installing Docker in windows, Minikube and Kubernetes for windows

Vaidansh BhardwajVaidansh Bhardwaj · 8 min
Read →
Cover for Understanding the ins & outs of Git using GitHub
githubtechnologyApr 7, 2022

Understanding the ins & outs of Git using GitHub

Using the git push command we can take these changes from our local machine to the remote server to preserve it. And the great part is, that we can work and

BUSHRA NAZISHBUSHRA NAZISH · 14 min
Read →
Cover for Git & Github : A Beginner's Guide
githubopensourceMar 24, 2022

Git & Github : A Beginner's Guide

Git & Github Beginners Guide

Nitin GoudaNitin Gouda · 7 min
Read →