bit icon indicating copy to clipboard operation
bit copied to clipboard

Bit is a modern Git CLI

Results 33 bit issues
Sort by recently updated
recently updated
newest added

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 💯...

enhancement

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...

enhancement

git tag --delete has given me headaches many times for this

enhancement

``` $ 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...

enhancement
help wanted

For example with `bit checkout ...` ![image](https://user-images.githubusercontent.com/1253866/95712284-cff2f080-0c64-11eb-9df7-a9f14322eeff.png) Then when the last selection is hit it looks like this and the selection is blocked: ![image](https://user-images.githubusercontent.com/1253866/95712116-7a1e4880-0c64-11eb-92bc-f7756fad92a3.png) Under certain circumstances (when coming back...

bug
help wanted

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...

enhancement
help wanted

**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.

bug

**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...

bug