gl
version control system on top of Git
Install
- All systems
-
curl cmd.cat/gl.sh
- Debian
-
apt-get install gitless
- Ubuntu
-
apt-get install gitless
- Kali Linux
-
apt-get install gitless
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install gitless
- OS X
-
brew install gitless
- Dockerfile
- dockerfile.run/gl
gitless
version control system on top of Git
Gitless is an experimental version control system built on top of Git. Many people complain that Git is hard to use. The Gitless authors think the problem lies deeper than the user interface, in the concepts underlying Git. Gitless is an experiment to see what happens if a simple veneer is put on an app that changes the underlying concepts. Because Gitless is implemented on top of Git (could be considered what Git pros call a "porcelain" of Git), you can always fall back on Git. And of course your coworkers you share a repo with need never know that you're not a Git aficionado.