gitless icon indicating copy to clipboard operation
gitless copied to clipboard

A maintained fork of the simple git interface

Results 7 gitless issues
Sort by recently updated
recently updated
newest added

pygit2 doesn't support clones with --depth option or shallow clones, https://github.com/libgit2/libgit2/issues/3058 It may not make sense to completely remove the git client dependency.

Known Issue

I just deleted the origin/0.9.17 tag using `gl tag -d origin/0.9.17` then attempted to create it again ``` user@host /mnt/spinnydisk/git/gitless.git (master) $ gl tag -c origin/0.9.17 Tag 0.9.17 will be...

bug

I think we also have an opportunity to provide a better "undo" feature that automatically cleans the index. We have a contribution for `gl revert` which is just a wrapper...

enhancement

I hope you're not mad at me for opening more suggestions :D Would it be technically possible to add a gitconfig equivalent? It wouldn't have to be as elaborate as...

documentation

## Bug fixes - https://github.com/gitless-vcs/gitless/issues/118 - Partial fix: https://github.com/gitless-vcs/gitless/issues/241 - https://github.com/gitless-vcs/gitless/issues/165 - https://github.com/gitless-vcs/gitless/issues/195, https://github.com/gitless-vcs/gitless/issues/162 - https://github.com/gitless-vcs/gitless/issues/238 - https://github.com/goldstar611/gitless/issues/7 - https://github.com/goldstar611/gitless/issues/10 - https://github.com/goldstar611/gitless/issues/13 - https://github.com/goldstar611/gitless/issues/17, Fixes https://github.com/gitless-vcs/gitless/issues/231, Fixes https://github.com/gitless-vcs/gitless/issues/153, Fixes https://github.com/gitless-vcs/gitless/issues/63...

documentation

I find myself the type to create many commits in a branch, pushing frequently. When I'm finished I like to run `git rebase -i HEAD~20` or something like that to...

enhancement

does `gl commit` provide any additional value? If not maybe we should just delegate to the git binary so that templates can be used and hooks can be run.