We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
$ git init
$ git add *.c
$ git add . 全部文件
$ git add README
$ git commit -m 'initial project version'多个文件可以一* * * 次性全部commit
$ git clone 地址
$ git clone 地址 目录名
$ git clone --branch 分支名 工程地址
There was an error while loading. Please reload this page.