liboxen 0.46.11

Oxen is a fast, unstructured data version control, to help version large machine learning datasets written in Rust.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# Oxen Core Commands

## Initialization
- `oxen init`: Initialize a new Oxen repository
- `oxen init -v 0.10.0`: Initialize with a specific version

## Configuration
- `.oxen/config.toml`: Contains the `min_version` attribute, indicating the logic version of the repo

## Repository Management
- `oxen tree`: Display the repository tree structure
- `oxen node hash`: Display the hash of a specific node
- `oxen rm -r .oxen`: Remove Oxen metadata and restore the repo to its original state

## Commit History
- `/history/commit_hash/dir_hashes`: Helps locate the node hash for a specific path in a commit