Simple version control system built on top of Git
Gitless is a Git-compatible version control system that aims to be easy to learn and use. It simplifies the common workflow by committing changes to tracked files by default and saving any uncommitted changes as part of a branch.
The friendly gl
command-line interface gives feedback and helps you figure out what to do next.
Gitless is implemented on top of Git and its commits and repositories are indistinguishable from Git's. You (or other contributors) can always fall back on git
, and use any regular Git hosting service.
System | Target | Derivation | Build status |
---|---|---|---|
x86_64-linux | /gnu/store/8ihvwxxs3aria1m0b7srdp8sd0qr3m63-gitless-0.8.8.drv | ||
riscv64-linux | /gnu/store/iv2l8hj58h4m40fhhswyynpykxlmgmvq-gitless-0.8.8.drv | ||
powerpc-linux | /gnu/store/aippnjm2nihxw55ff5m1krsx0kszb43v-gitless-0.8.8.drv | ||
powerpc64le-linux | /gnu/store/7ra268dwh301sympyrwlnracxww4yikn-gitless-0.8.8.drv | ||
mips64el-linux | /gnu/store/q5nsw21h0qaxigpl73hc4d6qgr6vm98h-gitless-0.8.8.drv | ||
i686-linux | /gnu/store/rqs4p43b8qbsbx7gikazql2ib34j00rj-gitless-0.8.8.drv | ||
i586-gnu | /gnu/store/129xs42dbnblfdpq6qyjrx6brq5295ny-gitless-0.8.8.drv | ||
armhf-linux | /gnu/store/phq43vgvvl0kd3qkq1hgnx0b6l87rvm0-gitless-0.8.8.drv | ||
aarch64-linux | /gnu/store/jhgyf5s46adfc7aqfa9h2rxplsv7xzl4-gitless-0.8.8.drv |
Linter | Message | Location |
---|---|---|
input-labels Identify input labels that do not match package names | label 'git-for-tests' does not match package name 'git-minimal' | |
input-labels Identify input labels that do not match package names | label 'git' does not match package name 'git-minimal' | |
wrapper-inputs Make sure 'wrap-program' can finds its interpreter. | "bash-minimal" should be in 'inputs' when 'wrap-program' is used |