git操作 2017-06-13 本文已影响0人 paradox233 git clone 拉git近期代码 -b master --depth=1 第一步 add 第二步 本地提交,信息 git commit -m "first" 远程提交 push 更新代码 pull