Kevin Goslar

Results 169 issues of Kevin Goslar

Several developers have described scenarios where shipping a feature branch into its parent feature branch makes sense: 1. Building a larger component out of smaller feature branches, and then only...

- check if Git Town has access to all remotes - print warning if a branch has a different remote than `origin` (from https://github.com/git-town/git-town/issues/1181#issuecomment-1500331604) - prints environment in a format...

Assuming I have this branch hierarchy: ``` branch-1 \ branch-2 \ branch-3 ``` I decided that `branch-1` was a bad idea and I want to remove it. If I run...

- Make doesn't run well on Windows - Make is weird and has severe limitations - we already use go-based scripts - we aren't using Make in an idiomatic way...

### git expand I have deveoped a multi-commit branch with these commits: ``` alpha beta gamma ``` The reviewer says this PR does too much and asks to break it...

idea stage

This dialog is broken on all of my machines in all operating systems. All that the user needs to enter here is one of five choices. This could be done...

Scenario: While working on one larger idea, I identify an issue that blocks the implementation of the idea. So I start another feature branch to work on idea 2. While...

Right now this command opens a page to create a new pull request. GitHub is smart enough to show a button to go to the existing pull request. It would...

When enabled, `git sync` also deletes empty branches, i.e. runs [git prune-branches](https://github.com/git-town/git-town/issues/2021). `git sync --prune` `git-town.sync-prune = 1`