gitless
gitless copied to clipboard
A simple version control system built on top of Git
`-e` option is already taken in `git`, which may create confusion when switching back and forth. How about `-x` instead?
Gitless seems awesome - thanks a lot for creating! This might be asking for flowers on a rocketship, but is there an easy way to get tab-completion? I find it...
There's a directory in a repo that my user doesn't have permission to read, and gitless does not like it at all: ``` > gl status Traceback (most recent call...
If file `foo` was modified in branch `a` and at the same time removed in branch `b`, then after doing a `gl {rebase, merge} b` `gl status` will note the...
It seems that `gl diff` only accepts files as arguments. So to diff two branches, I have to move HEAD back and forth? ``` gl switch b gl branch -sh...
since the info texts are in list format one thinks for a moment there's a untracked files. Then on almost the same indentation there' the textual info `There are no...
Gitlens add a lot of new features in version v14.4.0. Will you add those features in gitless extension?