Change only diff, hard link existing #4
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
On normal SSD this tool is fast enough, but over NAS storage it still takes a few seconds.
I cannot fix this for first deploy, but I can make subsequent deploys faster by:
Then on next deploy:
This way unchanged files don't have to go through the network boundary. I'm already
reading the bytes for each file so this operation is cheap.
Things to remember:
the folder being moved to a different parent. Maybe /sites -> /another-site-dir type deal.