Remove git
article thumbnail

Understand the Root Cause of Regressions With Git Bisect

DZone

In this series, I cover a lot of magical tools and git bisect is probably the best example of such magic. The hardest part in debugging is knowing the general area of the bug, bisect literally shines a light on the specific commit that caused it! Before we begin, let’s make one thing clear: bisect is a tool for debugging regressions.

Code 130
article thumbnail

Liquibase Data is Git for Databases

Percona Community

Git is an amazing tool for collaboration — developers can work together to build better software faster. However, the usual Git workflow neglects the database. Author’s Note: Robert will be demoing Liquibase Data at Percona Live 2022 on Wednesday, May 18 at 11:50am. Add this presentation to your schedule.

Insiders

Sign Up for our Newsletter

This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.

Trending Sources

article thumbnail

Git Worktrees Step-By-Step

Alex Russell

Git Worktrees appear to solve a set of challenges I encounter when working on this blog: Maintenance branches for 11ty and other dependencies come and go with some frequency. Tutorials I've found seemed to elide some critical steps, or required deeper Git knowledge than I suspect is common (I certainly didn't have it!). MiB | 1.17

Testing 58
article thumbnail

How platform engineering and IDP observability can accelerate developer velocity

Dynatrace

Argo works in a GitOps fashion to automate the deployment of files stored in Git. “Argo has an eagle eye on the Git repository,” Gardner said. “Every time [developers] pick a template in Backstage, they get their own version of the Git repository based on the template. “It has worked kind of flawlessly.”

article thumbnail

Static Website Deployments to MongoDB Stitch with Hugo, Git, and Travis CI

The Polyglot Developer

In this tutorial we’re going to see how to create a static hosted website using Hugo and automatically deploy changes to Stitch through a continuos deployment pipeline consisting of Git and Travis CI. The post Static Website Deployments to MongoDB Stitch with Hugo, Git, and Travis CI appeared first on MongoDB.

Website 72
article thumbnail

What is GitOps?

Dynatrace

DevOps enables developers to rapidly and frequently release new features and services by using continuous integration and continuous delivery (CI/CD) , suites of collaboration tools, and version control practices, most often with the open source Git software at its core. Then, a developer creates a pull request in Git.

DevOps 224
article thumbnail

Automated observability, security, and reliability at scale

Dynatrace

Configuration as Code in Git repos, automatically applied by Dynatrace Analogous to infrastructure as code, Configuration as Code, or “everything as code” is now essential for tackling software development challenges.