^v^

知行合一 止于至善

Git Miscellaneous

01 Sep 2017 » Git


git log和git show的区别

git log只显示提交日志,git show可以显示代码差异。

git commit --amend的作用

git commit --amend 修改最后一次commit的提交信息,将最近git add的修改添加到最近的commit。

Related Posts