gitless
gitless copied to clipboard
A simple version control system built on top of Git
This is the simplest scenario reproducing the error ``` $ gl init $ gl branch -c testBranch $ gl switch testBranch $ mkdir testDir $ touch testDir/txt $ gl switch...
`gl publish` requires the same strange setup with the same odd justification as git's indefensible `remote` management. Specifically: - You have to associate an upstream branch with each local branch,...
The command `gl branch -c origin/test1 -su origin/test1` has the unexpected side effect of publishing local commits of the current branch to origin. It is unexpected in terms of orthogonality...
I use Ubuntu 17. When I run `gl commit`, and then writing a short explanation on the commit, I am getting this error - ``` ✘ Some internal error occurred...
I propose to add a verbose mode, where all executed git commands are printed to stderr. Most people will have to learn git eventually, because everyone around them is using...
`gl init` finishes badly with screen painted in bloody color. ``` >gl init *** Please tell me who you are. Run git config --global user.email "[email protected]" git config --global user.name...
Amending remote PR could be a killer feature for Gitless. `gl init https://github.com/lxc/lxd/pull/3509` could clone https://github.com/lxc/lxd and checkout https://github.com/lxc/lxd/pull/3509 in a single operation. Right now it is not possible (see...
Testing PRs locally is hard. It should not be. This should work: $ gl switch https://github.com/sdg-mit/gitless/pull/122 Cannot locate local branch 'https://github.com/sdg-mit/gitless/pull/122'
I just started trying gitless 5 minutes ago (evaluating for broader adoption in my group). Intuitively, I tried short-labels for commands: `gl st` for `gl status` This didn't work (which...
Is it possible to sign commits with gitless? I'd also love it if my commit.gpgsign settings (or any gitless equivalent) were read.