Kevin Goslar
Kevin Goslar
@charlierudolph Git Town 12.1 implements new branch types that support the use cases you outlined above: https://www.git-town.com/advanced-syncing > I sometimes checkout feature branches belonging to other developers to help debug...
Thanks for reporting this. Currently we use the built-in completion support provided by our [CLI framework](https://github.com/spf13/cobra). These completions seem too limited for the way Git Town is used. We plan...
@sheldonhull @whitebear-gh can you please provide feedback whether the URLs for Azure DevOps repos that I'm using here have the correct format? Also, feel free to test drive this installation...
This is how `hub` does it: https://github.com/mislav/hub/tree/master/etc
Great observation and idea! Once this ticket is implemented, we could indeed get rid of the message editor when shipping via the code hosting API. For now, Git Town lets...
This works now.
Love it! Do we know what exactly is slow here? Some other ideas: A) keep dependencies running - we know what a dependency vs service is - no point in...
Agreed. My ideas are in case that doesn't work :)
Thanks, @charlierudolph, I have added your points to the ticket text. [Canary releases](https://martinfowler.com/bliki/CanaryRelease.html) deploy the entire new app version parallel to the older version. The new version receives a small...
Ideally, a new version of an app is deployed into the same AWS account. Then there is an Exosphere command to set the traffic ratio between the two (green and...