gitless
gitless copied to clipboard
A simple version control system built on top of Git
Last commit to master was almost a year ago. Last release was almost 2 years ago. From a python package standpoint, being two years stale makes it hard to continue...
Someone updated the remote git repository with a new branch, with git I'd do a git fetch and then I could git checkout that branch. How do I access that...
Hi. I want to sign the commit with a key given under user.signingkey to verify the commit. Is there a possibility? Regards, Simpel
- init repo - Add some files - gl track *.py - rm useless.py - gl status And then see this error: On branch master, repo-directory // ✘ Some internal...
Due to lack of travis maintenance and other things github actions is the preferred new system for cicd.
Hi. I miss my commit.template to commit. Is there a possibility to use my template? Regards, Simpel
Hi. I miss the possibility to "Signed-off-by" the commit. Of course I can write this line myself every time I commit. But that will be very annoying. Maybe you can...
Hi. When I `gl commit -p` and then recognize I don't want to commit I abort that process with q. But then my editor with the commit message is opened....
Hi. I use [diff-so-fancy](https://github.com/so-fancy/diff-so-fancy) as my core.pager while diff (`core.pager=diff-so-fancy | less --tabs=4 -RFX`). ``` $ gl diff Diff-so-fancy: https://github.com/so-fancy/diff-so-fancy Version : 1.3.0 Usage: git diff --color | diff-so-fancy #...
https://github.com/sdg-mit/gitless/issues/13#issuecomment-302825930 There are issues with Windows. `tox` tests fail. ``` py27 runtests: commands[0] | nosetests .................FFF................................EEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEE.EEEEEE ``` * [x] [setup AppVeyor](https://www.appveyor.com/docs/team-setup/) @spderosso? * [ ] fix Windows tests - https://ci.appveyor.com/project/spderosso/gitless-11bfm