Loaded with features to boost your productivity
Get organized
Collect all your project files together in a project repo, so you never lose anything. All built on top of the rock-solid Git version control system.


Review, recycle, restore
Keep track of all previous file versions and you can restore them when you need to get back to an old version.
Merge and resolve – or not
Edit a file at the same time and watch all changes to be merged together auto-magically. If a conflict occurs, fix it easily in the app. Or keep your editing flow leave it for later.


Follow the leader
Have your feature branch follow its parent. Keep your files tidy and not straying too far from the pack.
Truth and reconciliation
When it is time to merge a branch back into its parent branch or raise a pull request, fix all merge conflicts in the app’s intuitive interface.


Commit and go
Commit straight from the app and see the immediate syncing of all changes. Alternatively, trigger merging when saving files or manually.
On the shoulder of giants
All repos are based on rock-solid git / libgit2 technology – the industry-standard version control system that is trusted both by Open Source and Fortune 500 companies.
The git logo is licensed under the CC BY 3.0, the libgit2 logo is licensed under the MIT license.
Need more information?
Or read the technical blog post here: Beyond Git – Part I and Part II