For those who just don’t Git it (Ep. 573) - Stack Overflow Blog
Beyond Git: The other version control systems developers use - Stack Overflow Blog
Gitless
a simple version control system built on top of Git
documentation | gitless vs. git | report a bug | research | github
Gitless is a Git-compatible version control system, that is easy to learn and use:
- Simple commit workflow
Track or untrack files to control what changes to commit. Changes to tracked files are committed by default, but you can easily customize the set of files to commit using flags - Independent branches
Branches in Gitless include your working changes, so you can switch between branches without having to worry about conflicting uncommitted changes - Friendly command-line interface
Gitless commands will give you good feedback and help you figure out what to do next - Compatible with Git
Because Gitless is implemented on top of Git, you can always fall back on Git. And your coworkers you share a repo with need never know that you're not a Git aficionado. Moreover, you can use Gitless with GitHub or with any Git hosting service
No comments:
Post a Comment