Skip to content
Top Menu
May 14, 2025
  • ABOUT US
  • PRIVACY POLICY
  • TERMS
  • DISCLOSURE
  • ASK ME
  • CONTACT
Linuxbuz logo

LinuxBuz

Tutorials for Linux

  • HOME
  • LINUX HOW TO
  • DEVOPS
  • RESOURCES
  • ADVERTISE

DEVOPS

backup and restore kubernetes
DEVOPS

Backup and Restore Kubernetes Cluster for Disaster Recovery

September 13, 2024September 13, 2024 - by Hitesh Jethva

Backing up and restoring a Kubernetes cluster is essential for maintaining stability. It ensures that your cluster can recover from failures or data loss. In production environments, unexpected issues can …

Backup and Restore Kubernetes Cluster for Disaster Recovery Read More
Checkout a Git Repository from a Specific Commit ID
DEVOPS

How to Checkout/Clone a Git Repository from a Specific Commit ID (SHA)

September 12, 2024September 15, 2024 - by Hitesh Jethva

When working with Git, you may need to clone or check out a specific commit to review the code at that point. Every commit in Git has a unique identifier …

How to Checkout/Clone a Git Repository from a Specific Commit ID (SHA) Read More
How to Use Ansible with GitHub Actions
DEVOPS

Use Ansible with GitHub Actions to Automate Playbook Runs

September 12, 2024September 13, 2024 - by Hitesh Jethva

Automation is key in today’s fast-paced tech environment. You’ve likely used Ansible to automate tasks if you’re managing infrastructure. But did you know you can also automate those Ansible playbook …

Use Ansible with GitHub Actions to Automate Playbook Runs Read More
Cherry Pick Multiple Commits in Git
DEVOPS

How to Cherry Pick Multiple Commits in Git

September 11, 2024September 12, 2024 - by Hitesh Jethva

You might need to cherry-pick multiple commits in Git for several reasons. Sometimes, you want to apply specific changes from one branch to another without merging all the other changes. …

How to Cherry Pick Multiple Commits in Git Read More
How to Cherry Pick a Commit in Git
DEVOPS

Cherry Pick a Commit in Git – A Definitive Guide

September 10, 2024September 13, 2024 - by Hitesh Jethva

Git is a powerful version control system that helps developers track and manage code changes. One of the lesser-known but incredibly useful commands in Git is git cherry-pick. This command …

Cherry Pick a Commit in Git – A Definitive Guide Read More
How to Checkout Git Tags
DEVOPS

How To Create, List, Checkout, Clone and Delete Git Tags

September 9, 2024September 10, 2024 - by Hitesh Jethva

Imagine you’re part of a software development team working on a project that has regular releases. Each release is marked with a Git tag, such as “v1.0” or “v2.1”. You …

How To Create, List, Checkout, Clone and Delete Git Tags Read More
How to Checkout a Remote Branch in Git
DEVOPS

How to Check Out a Remote Branch in Git

September 9, 2024September 9, 2024 - by Hitesh Jethva

One common task in Git is working with remote branches. A remote branch is a branch that’s stored in a remote repository. Unlike local branches, which exist only on your …

How to Check Out a Remote Branch in Git Read More
How to Remove Added Files in Git
DEVOPS

Undo “git add” – How to Remove Added Files in Git

September 8, 2024September 13, 2024 - by Hitesh Jethva

The git add command allows you to stage changes before committing them to the repository. However, sometimes you may accidentally stage a file or decide that you no longer want …

Undo “git add” – How to Remove Added Files in Git Read More
How to Checkout Git Pull Request
DEVOPS

How to Checkout a Git Pull Request for Code Review

September 6, 2024September 13, 2024 - by Hitesh Jethva

Code reviews are a vital part of software development. They help catch bugs early, ensure code quality, and foster collaboration. A pull request is a way to notify team members …

How to Checkout a Git Pull Request for Code Review Read More
How to Add and Update Git Submodules
DEVOPS

How to Add and Update Git Submodules

September 5, 2024September 9, 2024 - by Hitesh Jethva

Git submodules are a great way to manage dependencies inside your Git project. They allow you to include other Git repositories within your main repository. This keeps your projects organized …

How to Add and Update Git Submodules Read More

Posts pagination

Previous1…789Next
Copyright © 2025 LinuxBuz.
Proudly powered by WordPress | Theme: HitMag Pro by ThemezHut.