Skip to content
GravityDevOps GravityDevOps
  • DevOps
  • DOCKER
  • Linux
  • CLOUD
    • AWS
    • AZURE
  • JENKINS
  • INTERVIEW QUESTIONS
  • KUBERNETES
  • Terraform
  • Python
  • facebook.com
  • twitter.com
  • t.me
  • instagram.com
  • youtube.com
Subscribe

DevOps

How to Remove a Local or Remote Branch
Posted inDevOps

Git Delete Branch – How to Remove a Local or Remote Branch

Git is a widely used version control system and a crucial tool for web developers. Branches are a key feature of Git, offering powerful capabilities for managing code. In this…
Posted by Saurabh Khan November 24, 2024
Bash Scripting Tutorial
Posted inLinux DevOps

Bash Scripting Tutorial – Linux Shell Script and Command Line for Beginners

Process automation in Linux often relies on shell scripting, where a file containing a sequence of commands is executed as a single script. In this guide, we'll cover the fundamentals…
Posted by Saurabh Khan November 20, 2024
how do i undo the commits in git 2024
Posted inDevOps

How do I undo the most recent local commits in Git?

Undo a commit & redo $ git commit -m "Something terribly misguided" # (0: Your Accident) $ git reset HEAD~ # (1) [ edit files as necessary ] # (2)…
Posted by Saurabh Khan May 24, 2024

Posts pagination

Previous page 1 2 3 4
GravityDevOps covers a wide range of topics, including continuous integration and deployment, containerization, infrastructure as code, cloud computing, and more. The website features insightful articles, step-by-step guides, case studies, and practical tips to help you stay updated with the latest trends and technologies in the DevOps world.

  • About us
  • Blog
  • Contact us
  • Gravity Devops
  • GravityDevops
  • Privacy Policy for Gravity Devops
  • Terms and Conditions
  • AWS
  • AZURE
  • CLOUD
  • CONTAINERIZATION
  • DevOps
  • DOCKER
  • INTERVIEW QUESTIONS
  • JENKINS
  • KUBERNETES
  • Linux
  • Python
  • Terraform
  • Uncategorized
Copyright 2025 — GravityDevOps. All rights reserved.
Scroll to Top