Kevin Goslar
Kevin Goslar
Fuzzy finding is great for navigating code that one knows exists and wants to quickly jump to. A file tree is essential for exploring code one is not familiar with,...
Blocking on shipping https://github.com/ory/cli/pull/239 as a new Ory CLI version.
Concern: This would put a lot of pressure on the CI server.
Thanks for the tip @alphatroya! GitHub CLI is a great product. Git Town supports GitHub, BitBucket, Gitea, and other code hosting platforms. Using the GitHub CLI would only work for...
I was also thinking about global function like `git.Logging()` and `git.Silent()`, which would be similar to [drivers.GetActiveDriver](https://github.com/git-town/git-town/blob/master/src/drivers/core.go#L11-L24) but return `GitRepository` instances. These functions would return a different instance in tests...
This is blocking on #1421
Sorry, I'm still not sure what you have in mind here but want to implement this. I don't see a `main` function in the [step interface](https://github.com/git-town/git-town/blob/master/src/steps/step.go#L5-L12). Can you please point...
I think you mean to change the step interface to: ```go type Step interface { CreateAbortStep() Step CreateContinueStep() Step CreateUndoStep() Step GetAutomaticAbortErrorMessage() string Run(repo *git.Repo) error ShouldAutomaticallyAbortOnError() bool } ```...
If this is what you mean, you are right: `git town set-parent-branch` should update the base branch of an open pull request for that branch on GitHub. Right now it...
Hey @nathunsmitty, we have no plans for working on this since we don't use Windows here. If you want to take a stab at it, please go ahead!