Kevin Goslar
Kevin Goslar
This flag is a leftover from the early days when Git Town was a prototype and we tried out random things that came to mind to get a feel for...
Replace the existing config option `create-prototype-branches` with `new-branch-type`. Let's provide all the possible options here: - `feature`: create normal feature branches (default) - `prototype`: create prototype branches - `parked`: create...
``` $ text-runner actions built-in actions: foo bar textrun-npm: npm/script-call verify a complete call of a script in package.json npm/script-name $ text-runner actions npm npm/script-call verify a complete call of...
resolves #1639
Lots of tickets come from users using outdated Git Town binaries. It would be nice to get at least a notification that an update is available. Bonus points for getting...
Proposed by @tranhl in https://github.com/git-town/git-town/issues/1639#issuecomment-2938384203: Git Town should allow defining a connector that calls an external CLI tool to perform the forge updates. This could be an official CLI tool...
Now that production code is doing more conditional rebasing, it's behavior becomes non-deterministic due to Git's coarse timestamps (with 1 second resolution). The problem occurs when Git Town syncs a...
This way it is accessible to a wider range of Linux distros. https://docs.flathub.org/docs/for-app-authors/submission
Suggested in https://github.com/git-town/git-town/discussions/4149#discussioncomment-11141943: https://dev.to/foster/a-better-way-to-visualize-stacked-branches-in-git-1pl8 The new order is: - use the configured parent branch - if no configured parent: check for proposals - if no proposal: determine the parent branch...