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
trafficstars

I got the following error on "gl status" after I reset the head to the branch to a previous commit using "gl branch --set-head": `On branch tmp, repo-directory // ✘...

bug

I was quite surprised that this didn't "just work": `gl switch gh-pages` I'd expect it to automatically check out and switch to origin/gh-pages, creating the local branch gh-pages (and explain...

enhancement

It doens't seem that Gitless changes anything from Git's concept of a "commit," but committing serves at least the following distinct purposes, with very different workflows for each: 1. When...

I'm using [git-crypt](https://github.com/AGWA/git-crypt/) (which uses clean/smudge filters) to encrypt some files in all my repos, and gitless always displays the encrypted files as having modifications, even though they don't. I'm...

bug

`depot_tools` are used and maintained by chromium developers and include `git` workflow enhancers. * docs - https://commondatastorage.googleapis.com/chrome-infra-docs/flat/depot_tools/docs/html/depot_tools.html * upstream proposal - https://groups.google.com/a/chromium.org/forum/#!msg/infra-dev/AIKxYa4qvpM/-f4M0icXDAAJ * example workflow - https://bugs.chromium.org/p/chromium/issues/detail?id=630822

As it's a very common use case, it would be nice if there were an option for `gl branch` to create and switch to a branch directly.

I'm trying to display the modifications in the last commit. To de so I'm trying to use `gl history`. The verbose option provides a nice display of changes. Unfortunately the...

enhancement
help wanted
good first issue

I want to create a repo that is only `gh-pages`. I did this: 1. `gl init` 2. `gl branch -c gh-pages` 3. `gl switch gh-pages` Problem: Gitless just deleted all...

docs
help wanted