bit
bit copied to clipboard
Bit is a modern Git CLI
Since Go is a compiled language this seems rather challenging. However there are a couple of potential options - Using https://github.com/traefik/yaegi or https://github.com/cosmos72/gomacro Go is now an interpreted language 💯...
Like `git rebase -i`, but the prompt it opens up has all but the first commit set to `squash` instead of `pick` by default. Maybe it could have both an...
git tag --delete has given me headaches many times for this
``` $ bit # alt-left a bunch of times >> > b> bit ?[1;3D?[1;3D?[1;3D?[1;3D $ bit # alt-right a bunch of times bit >> > b> bi> bit ?[1;3C?[1;3C?[1;3C?[1;3C?[1;3C ```
Some commands I use often that aren't currently suggested (or need 90% of the typing to be suggested): - `git rebase -i $(git merge-base HEAD master)` - this one is...
For example with `bit checkout ...`  Then when the last selection is hit it looks like this and the selection is blocked:  Under certain circumstances (when coming back...
This makes it hard to read the important points. Maybe this could be trimmed down to only the remote and recent commits? Or make the info configurable with flags, so...
**Describe the bug** if I run this command: ~~~ bit init ~~~ I get no output. no success message, no failure message, and no files are created.
**Describe the bug** Not sure if this is a bug or rather a feature request. Would be useful if branches were sorted by recently used since it's most common for...