There really are four sub-steps involved with "pack":
- Zipping the content into the zip file
- Pushing the zip file to git LFS
- Pulling the zip file from Git LFS
- Unzipping the content
I'd suggest separating into two commands (pack and unpack) rather than pack -u.
Pack does steps 1 and 2, and Unpack does steps 3 and 4, correct?
There really are four sub-steps involved with "pack":
I'd suggest separating into two commands (pack and unpack) rather than
pack -u.Pack does steps 1 and 2, and Unpack does steps 3 and 4, correct?