Kevin Goslar

Results 169 issues of 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). -...

bug

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...

idea stage

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...

idea stage

same logic as for "git hack" applies to these commands

breaking change

`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...

breaking change

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...

breaking change

### 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...

epic

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....

documentation

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. -...

breaking change