Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 383 Bytes

File metadata and controls

14 lines (11 loc) · 383 Bytes

UOSM-Core

Core Library for Motor Control, Steering, and Telemetry systems.

Usage

Include in other repos using git subtree

Commands

# Pull core into project
git subtree pull --prefix UOSM-Core git@github.com:UOSupermileage/UOSM-Core.git main --squash

# Push back into core
git subtree push --prefix UOSM-Core git@github.com:UOSupermileage/UOSM-Core.git main