Software Alternatives & Reviews

Gitless VS Pro Git

Compare Gitless VS Pro Git and see what are their differences

Gitless logo Gitless

Gitless is an experimental version control system built on top of Git.

Pro Git logo Pro Git

The Git Book is the official tutorial about Git.
  • Gitless Landing page
    Landing page //
    2021-07-22
  • Pro Git Landing page
    Landing page //
    2023-09-27

Category Popularity

0-100% (relative to Gitless and Pro Git)
Git
20 20%
80% 80
Code Collaboration
20 20%
80% 80
Git Tools
30 30%
70% 70
Developer Tools
8 8%
92% 92

User comments

Share your experience with using Gitless and Pro Git. For example, how are they different and which one is better?
Log in or Post with

Social recommendations and mentions

Based on our record, Pro Git seems to be a lot more popular than Gitless. While we know about 280 links to Pro Git, we've tracked only 13 mentions of Gitless. We are tracking product recommendations and mentions on various public social media platforms and blogs. They can help you identify which product is more popular and what people think of it.

Gitless mentions (13)

  • Is it time to look past Git?
    One such project is the Gitless initiative which has a Python wrapper around Git proper providing far-simpler workflows based on some solid research. Unfortunately it doesn't look like Gitless' Python codebase has had active development recently, which doesn't inspire much confidence. - Source: dev.to / almost 2 years ago
  • What Comes After Git
    You and me both. Git's interface has been very hard for me to understand (especially coming from Mercurial). I ended up finding Gitless (https://gitless.com), a wrapper around Git with a better interface, and loving it. - Source: Hacker News / almost 2 years ago
  • Pijul 1.0 Beta
    > > To differentiate from Git Pijul should focus on usability... If Pijul has an easy to use interface like Mercurial did then that will massively help adoption. > I don't think the goal or differentiation of pijul is to be popular via good UI, though. If the theory of patches is good, it doesn't matter if pijul "wins" or not, as long as whatever does can integrate it. If the theory of patches is bad, I... - Source: Hacker News / over 2 years ago
  • Pijul 1.0 Beta
    I'd like to think it was my project (https://github.com/martinvonz/jj), but other possibilities include Gitless (https://gitless.com/) or Bazaar (https://bazaar.canonical.com/). - Source: Hacker News / over 2 years ago
  • Ask HN: Do we need an easier Git?
    Gitless [1] has already been mentioned in another comment here. [2] That makes it easier to use hit for those who are not as experienced or haven’t learned about the internals of git. For a different model (and other types of workflows), consider Fossil SCM. [3] Here’s a comparison of fossil with git, and what these tools are a good fit for. [4] I found fossil easier to understand, relatively speaking, and it... - Source: Hacker News / over 2 years ago
View more

Pro Git mentions (280)

  • Basic website in Apache2 - how to use GitHub + VSCode to build it?
    The first couple of chapters of the "Git Book" should be a useful guide. Source: 5 months ago
  • Should I learn how to use git and GitHub as a beginner?
    Absolutely. Imo, the book on the official git website was the best resource that helped me understand and learn to use git. Source: 5 months ago
  • Git Branches: Intuition and Reality
    Including the git user manual [1] and the git book [2]? People tend to skip over those and go straight to the reference/manpages. 1. https://git-scm.com/docs/user-manual 2. https://git-scm.com/book/en/v2. - Source: Hacker News / 5 months ago
  • How relevant is the Pro Git book today for learning git.
    Stumbled upon the book pro-git and started reading it.It is a second edition from 2014. Source: 9 months ago
  • Teaching someone Git, and ELI5 book, video, or training session on it.
    Are there any good training sessions on GIT (not GitHub) out there? All I can find is the Git Book, but it's frankly a fairly dry read and kinda a firehose of information to digest. Would love a O'Reilly book or something. Source: 10 months ago
View more

What are some alternatives?

When comparing Gitless and Pro Git, you can also consider the following products

Pijul - Pijul is a free and open source distributed version control system based on a sound theory of...

Learn Git Branching - "Learn Git Branching" is the most visual and interactive way to learn Git on the web; you'll be challenged with exciting levels, given step-by-step demonstrations of powerful features, and maybe even have a bit of fun along the way.

GitHub Desktop - GitHub Desktop is a seamless way to contribute to projects on GitHub and GitHub Enterprise.

Git - Git is a free and open source version control system designed to handle everything from small to very large projects with speed and efficiency. It is easy to learn and lightweight with lighting fast performance that outclasses competitors.

GitHub - Originally founded as a project to simplify sharing code, GitHub has grown into an application used by over a million people to store over two million code repositories, making GitHub the largest code host in the world.

Git Reflow - Reflow automatically creates pull requests, ensures the code review is approved, and squash merges finished branches to master with a great commit message template. - reenhanced/gitreflow