Closed gschoeni closed 2 weeks ago
I added a few CLI parameters to the oxen status command to speed up status if you know you have a large directory that hasn't changed.
oxen status
You can either specify path(s) that you want status on:
oxen status README.md test/
Or you can ignore a large directory with -i
-i
oxen status -i images/
lgtm
I added a few CLI parameters to the
oxen status
command to speed up status if you know you have a large directory that hasn't changed.You can either specify path(s) that you want status on:
Or you can ignore a large directory with
-i