Key Concepts
- Repository: A collection of files and folders that is versioned together.
- Commit: A snapshot of a repository at a given time.
- Branch: A named pointer to a commit.
- Dataset: A tabular file within an oxen repository that can be indexed and searched. ie csv, jsonl, parquet, etc.
- Workspace: The equivalent of a working directory on the remote server where files can be added in an uncommitted state.