A Secure, Git-Inspired Open Source Version Control System
Dottar is a lightweight and secure version control system inspired by Git. It offers a range of features designed to enhance the security of your commits while maintaining a familiar command structure for developers.
init
, add
, commit
, log
, checkout
, diff
Option 1: For developers
git clone https://github.com/forkandflow/dottar.git
cd dottar
pip install .
Option 2: For users (No Python needed)
This option will be coming soon!
dottar init
– Initialize a repodottar add filename
– Stage filesdottar commit -m "msg"
– Commitdottar log
– Show historydottar checkout COMMIT_ID
– Restoredottar diff id1 id2
– View diffdottar clone src dest
– Clone repoDottar is in beta and open for contributions! Help us shape the future of lightweight secure version control.
View on GitHub