创建

最后更新于:2022-04-01 00:56:42

复制一个已创建的仓库: ~~~ $ git clone ssh://user@domain.com/repo.git ~~~ 创建一个新的本地仓库: ~~~ $ git init ~~~
';