Help developers discover the tools you use. Get visibility for your team's tech choices and contribute to the community's knowledge.
Subversion exists to be universally recognized and adopted as an open-source, centralized version control system characterized by its reliability as a safe haven for valuable data; the simplicity of its model and usage; and its ability to support the needs of a wide variety of users and projects, from individuals to large-scale enterprise operations. | Sourcegraph is a universal code search tool that lets you find and fix things across ALL your code -- any code host, any repo, any language. Stay in flow and find your answers quickly with smart filters, and more. |
| - | Search your private code or open source code across thousands of repos in GitHub, GitLab, and more; Quickly navigate code with contextual hover tool tips; Construct complex queries and filter code in ways that IDEs and code hosts can’t; A visual and interactive query builder supports regular expressions and syntax-aware pattern matching so you get your answers in seconds; Find definitions, references, usage examples, and anything else in code, across package, dependency, and repository boundaries; Automate large-scale code changes across multiple repositories; Generate insights about your codebase to understand aggregate trends
|
Statistics | |
GitHub Stars 614 | GitHub Stars - |
GitHub Forks 188 | GitHub Forks - |
Stacks 791 | Stacks 101 |
Followers 629 | Followers 124 |
Votes 43 | Votes 8 |
Pros & Cons | |
Pros
Cons
| Pros
|
Integrations | |
| No integrations available | |

Git is a free and open source distributed version control system designed to handle everything from small to very large projects with speed and efficiency.

Mercurial is dedicated to speed and efficiency with a sane user interface. It is written in Python. Mercurial's implementation and data structures are designed to be fast. You can generate diffs between revisions, or jump back in time within seconds.

Plastic SCM is a distributed version control designed for big projects. It excels on branching and merging, graphical user interfaces, and can also deal with large files and even file-locking (great for game devs). It includes "semantic" features like refactor detection to ease diffing complex refactors.

Pijul is a free and open source (AGPL 3) distributed version control system. Its distinctive feature is to be based on a sound theory of patches, which makes it easy to learn and use, and really distributed.

It is an open-source Version Control System for data science and machine learning projects. It is designed to handle large files, data sets, machine learning models, and metrics as well as code.

It is an interface to the version control system Git, implemented as an Emacs package. It aspires to be a complete Git porcelain. While we cannot (yet) claim that it wraps and improves upon each and every Git command, it is complete enough to allow even experienced Git users to perform almost all of their daily version control tasks directly from within Emacs. While many fine Git clients exist, only deserve to be called porcelains.

Free AI-powered GitHub repository analytics and open source discovery platform. Analyze repositories, find good first issues, compare projects, and discover contribution opportunities. 500+ curated issues for beginners. Real-time commit analysis and contributor insights.

It lets you run machine learning models with a few lines of code, without needing to understand how machine learning works.

FishEye provides a read-only window into your Subversion, Perforce, CVS, Git, and Mercurial repositories, all in one place. Keep a pulse on everything about your code: Visualize and report on activity, integrate source with JIRA issues, and search for commits, files, revisions, or people.

It is a pure JavaScript reimplementation of git that works in both Node.js and browser JavaScript environments. It can read and write to git repositories, fetch from and push to git remotes (such as GitHub), all without any native C++ module dependencies.