Git 每次提交代码,都要编写 Commit message(提交说明),否则就不允许提交。 $ git commit -m "hello world" 上面代码的 -m 参数,就是用来指定 commit mesa...
- commit message
Git 每次提交代码,都要编写 Commit message(提交说明),否则就不允许提交。 $ git commit -m "hello world" 上面代码的 -m 参数,就是用来指定 commit mesa...