Git 常用命令速查表 技术

Git 常用命令速查表 配置 $ git config --global user.name "John Doe" $ git config --global user.email johndoe@example.com 创建版本库 $ git clone [url] #克隆远程版本库 $ git clone git://github.com/schacon...
jabin 发布于