Kevin Goslar
Kevin Goslar
Thanks for implementing this!
It looks like you are running `git town hack` inside a Git repository with the origin `https://github.com/niklastreml/issue.git`. Yet, when Git Town runs `git config -lz --includes --global`, Git does not...
Cool, thanks for the additional info. Still, running `git config -l --includes --global` in your repo does not seem to return the `user.name` and `user.email` settings that are defined in...
Thanks for finding a call that works! Apparently `--includes` only affects `include` statements, not `includeIf`. Git Town uses the `--global` flag to track changes made to the global configuration. This...
Solution settled on: - load the high-level Git configuration without `--local` and `--global` so that it picks up the normal Git configuration values as the user sees them - load...
You can run `make fix` to fix the linter errors.
@Ydot19 please ping me when you want me to take another look at this. Thanks!
@Ydot19 Nice work so far! Let me know if there's anything I can do to help get this PR across the finish line.
@Ydot19 thanks for the update, and for all your great work and thoughtful ideas on this! I recommend aligning your implementation as closely as possible with how the [Git Town...
> Forge vs CLI for updating stack lineage embedded in proposals I agree that a forge-based solution - like our GitHub Action - is the preferred approach, and it's what...