Git log只显示最开始的一次记录
大家讲道理
大家讲道理 2017-05-02 09:18:24
0
1
720

刚开始用Git,安装完尝试了一下,当使用Git log 命令时,明明成功提交了3次,但是只显示了最开始提交的一次记录,我是windows下面的,使用 git log -3 也只显示了最开始的一条记录

大家讲道理
大家讲道理

光阴似箭催人老,日月如移越少年。

reply all(1)
世界只因有你

This self-question and answer. I have been accustomed to using svn for centralized management before. The files under svn control can be submitted directly after modification. However, for Git with distributed design, this method is wrong. After modification, it can be submitted. Use the git add command to first put the modified files into the staging area, and the files submitted in git commit will always be in the staging area.

Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template