mac下git命令提交代码 2017-04-15 本文已影响258人 stonehiy 添加:git add . (后面有个点) 提交到本地:git commit -m "这里写提交描述,必须写" 提交 到远程仓库:git push