克隆某个仓库

最后更新于:2022-04-02 01:04:28

当我们克隆某一资源时,可以不要那个 `.git` 后缀。 ~~~ $ git clone https://github.com/tiimgreen/github-cheat-sheet ~~~ [_更多对 Git `clone` 命令的介绍._](http://git-scm.com/docs/git-clone)
';