That operation is very fast, as it is like a directory entry adding another pointer to the existing data. But unlike a simple "hard link", any future modifications to this clone will write distinct data blocks to.the filesystem: the original and the clone are independent files, they just share any blocks that store data in common.
alias cp=“cp -c”
Or give it another name if you like.