Martin Mosegaard Amdisen
Martin Mosegaard Amdisen
When declaring a trigger via Job DSL, I was told that: ``` the following options are required and must be specified: regexpFilterText, regexpFilterExpression ``` although they appear to be optional...
Since Git 2.11, the default abbreviation length is no longer always 7 digits. This means that the output of a plain `git describe` may vary. To get consistent behavior, we...
This is for the `windows_path` resource. I am using Chef 12, but I read that it has moved to Chef by version 13. Usecase: I wanted to add to the...
Usecase: I write `git phlow deliver` before `git phlow wrapup`. How do I recover? ``` ~/projects/martinmosegaard/test-git-phlow (master) $ ghi create -m "Say hi in README" #1: Say hi in README...
The readme has a section on project status which seems outdated. I am sure now we are on v3.0.6, it is more stable than what it says. And maybe we...
The readme links to https://concourse.kubernetes.praqma.cloud/teams/main/pipelines/git-phlow which has two issues: - It is unsafe - It is down
Setup: A repo has grown too big and needs to split in two, whilst preserving history. Solution: Use `git subtree` like this: https://ariya.io/2014/07/extracting-parts-of-git-repository-and-keeping-the-history
Git's line ending settings can be hard to understand. What does the git config `core.autocrlf` mean when `true`, `input` and `false`? What can you do in `.gitattributes` instead? This may...
Usecase: There is a giant repo and a person with a specific role will only ever edit a few files in a couple of subdirectories. How can that person get...
The opening descriptions of `basic-branching` and `3-way-merge` are identical. Give `3-way-merge` a unique description.