Kevin Goslar

Results 258 comments of Kevin Goslar

Better push: ``` $ git push -f origin refs/git-town-config/current:refs/git-town-config/current $ git fetch origin refs/git-town-config/current:refs/git-town-config/current ```

Other possible approach: https://github.com/charmbracelet/charm

Thanks for the additional perspective @sheldonhull! You make good points. The approach of storing the Git Town configuration as part of Git metadata could be seen as a relic from...

Unfortunately, goreleaser doesn't seem to support Chocolatey, which is really too bad. I use Chocolatey to install stuff on Windows as well, it works great. I just think that once...

Any contribution around Windows installers is highly appreciated! The maintainers don't use Windows so it's a low priority on the current roadmap. Given that we have nothing at all here...

On the question of which installer prevails, I really hope you are right. Having a vivid, independent, and open developer ecosystem will be good for Windows as a platform. Satya...

Great idea! Adding support for additional Git hosting providers is relatively easy. Just replicate how #1518 added support for Gitea. Most of the action happens in https://github.com/git-town/git-town/tree/master/src/drivers. Please let me...

I think this should be the default behavior. When I change the parent of the branch, I also always want that the commits I made are moved over to a...