To get a working copy of a bare repository:
git clone repo_bare.git repo_copy
You will get a checkout of the master
branch automatically.
The difference generated by Diff Folders between the bare repository named repo_bare.git
and the working copy named repo_copy
is as below:
本作品採用《CC 協議》,轉載必須註明作者和本文連結