Thierry Lacour
Thierry Lacour
I just went through the git phlow with Johan, but struggled a bit at the start. It silently failed whenever we wanted to interact with issues, but `--verbose` helped. The...
`--force string use a custom commit message in stead` should be `--force use a custom commit message instead`
The scenario painted in the rebase-exec exercise is a little counter-intuitive. The commits we're rebasing add a bunch of text files, but we never interact with them. One of the...
When running the `setup.sh`(/`setup.ps1`?) scripts, you get blasted by the output of git making multiple commits, branches, checkouts, etc. We can definitely smooth this out. My initial thought would be...
I'm looking for a way to conditionally lock a stage in declarative pipeline. Using scripted pipeline, it's quite easy to wrap the lock call in a conditional: ```groovy def lockIf(condition,...
It's currently not documented how to import helper classes into a 2git script, allowing you to offload some complexity to outside your migration script.
Rather than throwing a giant stack trace, report: SEVERE: Could not find property 'myBaselineName' in action '$action', are you missing an extraction?
2git should be listed as a migration tool on: https://git.wiki.kernel.org/index.php/InterfacesFrontendsAndTools#head-8870e1c81cc93f9a7a7acb5e969924ee60182d6b
This is essentially incorporating the `directory mapper` functionalities developed at our customer into 2git. It's proven to be a powerful tool, so I don't see why not. I'll have to...