いくつかの変更セットを git responsitory に送信し、プッシュアップしました。
リモート リポジトリで変更セットを確認できますが、新しいリポジトリを複製した後です。
複数のファイルで最新の変更を確認できません。私は1つの枝しか持っていません。
$ git branch
* master
$ git log
showing all the logs in the right way
$ git log <filename1> #look at certain file <p>
It does not show the newest change on that file
$ git log --full-history <filename1> <p>
It is showing the newest change on that file
ファイル ピックアップに最新の変更が必要です。
どうすればいいですか?