Kevin Goslar
Kevin Goslar
Using hard-coded auto-completion files is painful when upgrading Git Town. There is a way to make Bash/Fish/Zsh call the Git Town executable dynamically for each auto-completion. This might be the...
Auto-completing just the normal Git Town commands might be enough here. None of them need additional things like branch names. So just go with the built-in one.
Hi @WhosNickDoglio you can already do what you want to do (syncing the _entire_ stack after updating one branch in it) by running `git sync --all`. This ticket merely proposes...
Great to hear that you would find this feature useful! In the meantime, you could experiment with [parking](https://www.git-town.com/advanced-syncing#parked-branches) the other branches, or limit syncing them in other ways described in...
example: https://github.com/cli/cli/tree/trunk/.devcontainer
I am able to reproduce this problem on Windows, in the Git Bash shell and in VSCode's terminal. Works correctly on Linux, macOS, Windows CMD, and Windows Powershell.
The last working version seems "Pass alt combinations through as Key+Rune ([#23](https://github.com/eiannone/keyboard/pull/23))". You can use it like this: ``` require ( github.com/eiannone/keyboard v0.0.0-20220607221743-a9f4cc43507a ) ``` This bug gets introduced in...
This works on most machines because [the official Go Proxy](https://proxy.golang.org) still caches this revision. It breaks on my Fedora machine because [Fedora doesn't use the Google Proxy](https://bugzilla.redhat.com/show_bug.cgi?id=1794110). The complete steps...