Search code examples
gitclonemirror

git clone --mirror: since which git version


Since which git version is it possible to to do git clone --mirror?

Searching for "git version history" did not really get the right results...


Solution

  • According to the git 1.6.0 changelog, it was added in version 1.6.0:

    • "git-clone --mirror" is a handy way to set up a bare mirror repository.