Deduplicate Git forks on a server
问题 Is there a way to hard-link all the duplicate objects in a folder containing multiple Git repositories? Explanation: I am hosting a Git server on my company server (Linux machine). The idea is to have a main canonical repository, to which every user doesn't have push access to, but every user forks the canonical repository (clones the canonical to the user's home directory, thereby creating hard-links actually). /canonical/Repo /Dev1/Repo (objects Hard-linked to /canonical/Repo to when