Get a working copy of a bare repository
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 协议》,转载必须注明作者和本文链接
关于 LearnKu
推荐文章: