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

In the documentation I found this sentence in the section describing *gl remote*. >You can also list remote tags with the r/remote flag of gl tag. ``` $ gl tag...

enhancement

I really like `gitless` but there are many minor fixes to be done to make it a robust tool. When using `gl publish`, just hangs. By issuing `git push`, I...

bug

I get the following backtrace when trying to to a `gl commit` on a repository. Not sure exactly what triggers the error, but `gl status` reports a mix of added,...

bug

I now use worktrees quite extensively and I'd really like to use gitless with these. If there is already a way to do such a thing within gitless and I've...

One case where I think git is more intuitive than gl is when you're about to clone a new repo compare ``` cd /a/folder/with/lots/of/git/projects gl init https://github.com/SomeUser/SomeRepo.git ✘ fatal: destination...

In a directory with a .git, `gl status` gives me: On branch gh-pages, repo-directory // Tracked files with modifications: ➜ these will be automatically considered for commit ➜ use gl...

bug

Thanks to the DNS outage today: ``` $ gl publish ! No dst branch specified, using upstream branch origin/master ✘ fatal: unable to access 'https://host.com/user/repo/': Could ``` ``` $ gl...

bug

Hi, I'm trying out Gitless for the first time. I'm a Git expert and read up on it and the paper. I've typed two commands and I'm already sold! `gl...

enhancement

colemanbroaddus@myers-mac-10-display-1 ~/P/cell_tracker> gl status On branch master, repo-directory // Tracked files with modifications: ➜ these will be automatically considered for commit ➜ use gl untrack f if you don't want...

bug