Kevin Goslar

Results 258 comments of Kevin Goslar

I think this is implemented in the form of the [set-parent](https://www.git-town.com/commands/set-parent) command.

A global config option to automatically do this for all new repos could make sense here.

Another scenario where a "git town shipped" command might be useful is finding branches that are empty and deleting them locally and on the remote. This is relevant for situations...

Dropping this idea in favor of https://github.com/git-town/git-town/issues/2026.

There is now a dedicated command to see and navigate the branches: `git town switch`. This command highlights the current branch. This removes that responsibility from `git town config` and...

This is possible now thanks to the new undo architecture.

A challenge is that branches might get pushed some time after being synced locally. This would lead to possible conflicts if the tracking branch receives new commits in the meantime....

Thanks for reporting this valid edge case @jfcurran. 🙏 It happens anytime somebody clones a repo that they don't have write access to - as is common on GitHub! While...

Git Town [7.9](https://github.com/git-town/git-town/releases/tag/v7.9.0) now allows updating feature branches through rebasing.

To make the ideas in this ticket actionable, I have extracted #1951 andn #1952.