Kevin Goslar
Kevin Goslar
Notable elements from the Git configuration that are relevant here: - `color.ui` or `color.branch`: if set to `false`, don't print colors, if set to `auto`, only print colors if the...
I'm not at all against this. It just needs a lot of work to get the Windows part stable enough for automation. Right now it requires installing a number of...
Here is a GitHub workflow that could be adapted to Git Town's use case. In particular, it has found a way to install Wix via the CLI. https://github.com/jam1garner/cargo-mextk/blob/master/.github/workflows/release.yml
Your use case is covered by #1383. This ticket is for the opposite use case: people like me who do things in many small steps, with some detours and lots...
If we can make this happen without error handling becoming more complicated, this would be an awesome improvement. Network requests are so slow!
I'd say if this is a nice-to-have feature. If it ends up too complicated, or adds a lot of infrastructure to support this, then let's not do this at all....
Ideas to make this simpler: - move all pushes to the end of the StepList - aggregate all pushes that are safe (we are sure they won't cause conflicts) in...
Good idea. I also use VSCode and love it. Such an extension would have to support the entire flow, including asking the user for the branch name when hacking, resolving...
minimal feature set: - hack - sync (the current branch, all branches) - continue - abort - prune-branches - edit [config file](https://github.com/git-town/git-town/issues/1030)
Let's definitely improve the support for Bitbucket and hosted servers! Are the paths in the URLs really completely custom here, or is this just another type of Bitbucket server? If...