gitless
gitless copied to clipboard
A simple version control system built on top of Git
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,...
https://github.com/frostming/legit is way more popular but oddly simple, why is that? Would that cause issues?
Something like https://rogerdudler.github.io/git-guide/ but for Gitless
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...
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...