Version Control System development space
Strict separation of your private changes and public commits.
Still everything is stored on the server, so you can access it from anywhere.
Repositories
Working States and Branches
Storing uncommitted changes on server:
— You can access your uncommitted work from any machine;
— You can have a number of working contexts simultaneously and quickly switch between them.
Commit
— Web UI for making edits right on the server;
— Fine grained change selection;
— Local history;
— Better understanding of code structure;
— Operations on parts of repository;
— Attaching meta-information to revisions/commits;
— Support for advanced workflows;
— Flexible authorization model.
Merge Commit
Rivus
Published:

Rivus

Version Control System development space

Published: