Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 564 Bytes

File metadata and controls

13 lines (8 loc) · 564 Bytes

What is this?

Project I did as a part of Hyperskill course Kotlin Basics.

It's a simple version control system, where commited files are kept as a whole in storage dir.

It implements Strategy pattern to handle different commands by separate command implementations.

How to run

When imported into IntelliJ IDEA it should just work. If not, Build -> Rebuild project.

Comment

Any comments, pull requests, issue tickets appreciated. I'm particularly interested in build improvement and tests.