Help developers discover the tools you use. Get visibility for your team's tech choices and contribute to the community's knowledge.
Stimulate workforce productivity by delivering a consistent, intuitive, and collaborative computing experience across all devices—anytime, anywhere. Manage, secure and back up end-user assets and applications from one place. Protect against compliance risk with policy-driven access. Streamline and simplify operations by turning disparate operating systems, applications, and data into centralized services delivered on any device. | 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. |
Provide a single aggregated workspace for end users – Employees gain a secure workspace with private, direct access to their desktop, applications and data, on any device.;Eliminate incentives for rogue technologies – Replace outdated technologies with easy file sharing and robust mobile access to applications—dissolving user motivations to introduce non-secure outlier technologies.;Deliver agile and elastic infrastructure – Applications, data and desktops are untethered from hardware silos to provide a responsive and scalable environment.;Universally apply access and security policies – Preclude security breaches and compliance faults by setting up access and governance policies that manage entitlement and utilization of end-user computing services.;Support BYOD initiatives – Enable access by end-user identity rather than by specific device. Employees can use the PC, tablet or smartphone they prefer, and they can use the same mobile device for their work and personal life, with full privacy protection. | - |
Statistics | |
GitHub Stars - | GitHub Stars 57.1K |
GitHub Forks - | GitHub Forks 26.9K |
Stacks 55 | Stacks 343.7K |
Followers 64 | Followers 184.2K |
Votes 1 | Votes 6.6K |
Pros & Cons | |
Pros
| Pros
Cons
|

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.

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.

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.

With a few clicks in the AWS Management Console, customers can provision a high-quality desktop experience for any number of users at a cost that is highly competitive with traditional desktops and half the cost of most virtual desktop infrastructure (VDI) solutions. End-users can access the documents, applications and resources they need with the device of their choice, including laptops, iPad, Kindle Fire, or Android tablets.

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

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.

Gitless is an experiment to see what happens if you put a simple veneer 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.