gitless
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.
- Versions: 0.8.8-0.3ac28e3
- Website: https://gitless.com
- Licenses: Expat
- Package source: gnu/packages/version-control.scm
- Builds: See build status
- Issues: See known issues
Installation
Install the latest version of gitless as follows:
guix install gitless
Or install a particular version:
guix install gitless@0.8.8-0.3ac28e3
You can also install packages in augmented, pure or containerized environments for development or simply to try them out without polluting your user profile. See the guix shell documentation for more information.
Badge code
You can use the following badge to inform users of gitless about the latest version available in Guix.
Example HTML:
<a href='https://packages.guix.gnu.org/packages/gitless'><img src='https://packages.guix.gnu.org/packages/gitless/badges/latest-version.svg' alt='Version in GNU Guix'></a>
Example Markdown:
[](https://packages.guix.gnu.org/packages/gitless)
Example Org:
[[https://packages.guix.gnu.org/packages/gitless][https://packages.guix.gnu.org/packages/gitless/badges/latest-version.svg]]