Kevin Goslar
Kevin Goslar
Many end-to-end tests first define branches and then commits in these branches: ```cucumber Given the feature branches "active" and "old" And the commits | BRANCH | LOCATION | MESSAGE |...
Go through all feature specs and remove uncommitted files where it makes sense.
- [ ] `git town config perennial-branches add ` marks the given branch as perennial - [ ] `git town config perennial-branches remove ` removes the given branch from the...
- https://containers.dev - https://www.infoq.com/articles/devcontainers - https://www.gitpod.io ### why - easier for others to contribute
- [ ] the "diff-parent" command exists but is not mentioned on the website - [ ] https://www.git-town.com/advanced-dev-commands.html shows more commands than are in the menu - [ ] add...
it should already do this but it's good to document this via a feature spec
https://pkg.go.dev/github.com/whilp/git-urls
### why is this needed Updating such heavily outdated branches in one step often results in unnecessary merge conflicts because the foundation on which the changes in the branch have...
### Description WiX provides several binaries in `C:\Program Files (x86)\WiX Toolset v3.14\bin`. This directory is not in the PATH environment variable. ### Platforms affected - [ ] Azure DevOps -...
using ES6 destructuring syntax ``` javascript {isString} = matchPattern.getLodashModule() // Example usage: var testValue = {a: 1, b: 'abc'} var failResult = matchPattern(testValue, {a: isString, b: 'abc'}) ```