gitless icon indicating copy to clipboard operation
gitless copied to clipboard

A simple version control system built on top of Git

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

Maybe I'm using gitless wrong, in that case I'd appreciate a pointer! But to my understanding it just deleted my untracked files in a repository. Here's a reconstructed flow of...

This isn't a show-stopping problem, but gitless' startup time is pretty sluggish. (eg: running `gl --help` on my laptop takes a full second, and generates 5300 lines of `strace` output,...

enhancement

https://github.com/frostming/legit is way more popular but oddly simple, why is that? Would that cause issues?

docs

Something like https://rogerdudler.github.io/git-guide/ but for Gitless

docs

I'm trying to use fuse to bring the baseline of my PR branch up to date with HEAD of master. ``` gl switch MyPullRequestBranch gl fuse origin/master git mergetool filename...

I have a repository with a large number of files, but I only want to track some of them. I add "/*" to .gitignore and then try to add a...

Here is a big list of workflows where GitLess can learn from, please do not implement all of them, only the ones that are necessary or common. My preference would...

The `gl init` command downloads all the branches. In my case I want to copy locally a branch published by someone else after I did the init. Is there an...

docs
help wanted

I downloaded a fairly large, but not absurdly large, repository, bitbucket.com/petsc/petsc then tried to switch to the next branch with gl switch next it has been hanging for several minutes...

enhancement
internal