unstructured
8fd07fd9 - feat: Add simple script to sync fork with local branch (#4102)

Commit
192 days ago
feat: Add simple script to sync fork with local branch (#4102) #### Testing: From the base folder of this repo, run: ```bash ./scripts/sync_fork.sh git@github.com:aseembits93/unstructured.git optimize-_assign_hash_ids-memtfran ``` Check to make sure the only remote is `origin` with: ```bash git remote ``` Check the diff from `main` with: ```bash git diff main ```
Author
Parents
Loading