mirror of
https://github.com/MLSysBook/TinyTorch.git
synced 2026-07-16 09:08:29 -05:00
16 lines
272 B
Markdown
16 lines
272 B
Markdown
# Maintenance Tools
|
|
|
|
Scripts for repository maintenance and cleanup.
|
|
|
|
## Scripts
|
|
|
|
- `cleanup_history.sh` - Clean up repository history
|
|
- `restructure-project.sh` - This restructuring script
|
|
|
|
## Usage
|
|
|
|
```bash
|
|
# From project root
|
|
./tools/maintenance/cleanup_history.sh
|
|
```
|