bit
bit copied to clipboard
Feature request: more completions!
trafficstars
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 a stretchgit rebase -i master- bit will not completemaster, you have to type it in yourselfgit status- for some reason typingstshowspull --rebase origin masterbefore commands starting with st?git show- same bug, shows commands that don't start withshbefore showgit checkout <branch> -- file- bit will complete up to<branch>but not furthergit checkout -p;git add -p- bit will not show-pin the initial list. This one is a stretch.git log <branch>- bit will not complete<branch>. It would also be nice to complete file names.git diff --cached-diffneeds up todifto complete and--cachedisn't suggested at allgit worktree add- bit will complete up toworktreebut no further
bit 39d807e24c5be4fc081e29623ed09d0dd13d497c will now:
- searches for suggestions based on prefix except for branches where it will do a "contains" filter
- shows branches for log & rebase
Future work:
git checkout