Kevin Goslar
Kevin Goslar
### Preflight checklist - [X] I could not find a solution in the existing issues, docs, nor discussions. - [X] I agree to follow this project's [Code of Conduct](https://github.com/ory/cli/blob/master/CODE_OF_CONDUCT.md). -...
Right now, the regex for perennial branches is `perennial-regex` in Git and `branches.perennial-regex` in TOML. Maybe rename the name of the Git setting to `branches.perennial-regex` as well? This would make...
A prototype branch is a local-only feature branch that incorporates updates from its parent branch but is not pushed to the remote repository. This branch type is particularly useful in...
same logic as for "git hack" applies to these commands
`git ship ` was an interesting idea during prototyping but has little to no utility in the real world. Branches get shipped using the code hosting UI these days. When...
Initially Git Town was built to sync at every opportunity, including when proposing branches. This seems no longer a useful idea. Syncing branches is sometimes a heavy operation. A branch...
### motivation Not sure if this is something people do a lot or even should should do a lot. But if they do it, they should do it using Git...
A series of short screencasts might help new users wrap their head around Git Town. It certainly would help me learn this tool if I didn't know it already. 1....
Syncing before shipping was an idea that made sense initially. With the new direction of leaning on shipping at the code repository (web UI, merge queue), the reasoning changes. -...