Kevin Goslar
Kevin Goslar
> When working in offline mode I want to be prevented from accidentally shipping branches with remotes So that my remote branches are cleaned up when shipping when I am...
> When only allowing to ship branches that pass CI tests I want to be able to ship existing branches without syncing them again So that the ship command doesn't...
When syncing a deep branch hierarchy, it kicks off a CI test for each branch. This puts a lot of pressure on the CI server and discourages syncing. It would...
- horizontal menu bar with the GT commands - click on the menu bar opens a vertical pane that lists all the Git commands that it runs - hover over...
This is an important edge case that our specs should cover. This code might be needed here. ``` ruby # Executes the given block with the uncommitted changes stashed away...
Adds the documentation for Git Town.
I find myself adding many `dprint.json` files that consist more or less of the standard dprint configuration. One of the biggest value propositions of gofmt, rustfmt, Prettier, StandardJS, YAPF, and...
Addresses parts of https://github.com/ory-corp/general/issues/735. ## Checklist - [x] I have read the [contributing guidelines](../blob/master/CONTRIBUTING.md). - [x] I have referenced an issue containing the design document if my change introduces a...
Addresses parts of https://github.com/ory-corp/general/issues/735. ## Checklist - [x] I have read the [contributing guidelines](../blob/master/CONTRIBUTING.md) and signed the CLA. - [x] I have referenced an issue containing the design document if...