[root@iz8vb84t8146h3n3x58qqgz test.*.cn]# ll
total 4
-rw-r--r-- 1 root root 1592 Nov 13 16:25 index.html
-rw-r--r-- 1 root root 0 Dec 11 23:19 test.txt
[root@iz8vb84t8146h3n3x58qqgz test.*.cn]# git reset --hard origin/master
HEAD is now at c545634 add test.txt
[root@iz8vb84t8146h3n3x58qqgz test.*.cn]# git log
commit c5456343c1433533e16b04dabb71f56074c0e02f
Author: *********
Date: Wed Dec 11 23:20:13 2019 +0800
add test.txt
commit d9681a02a7e845ff8d35ae564b01b620c801c75b
Author: **************
Date: Wed Dec 11 21:01:09 2019 +0800
first commit
[root@iz8vb84t8146h3n3x58qqgz ***]# git reflog
c545634 HEAD@{0}: commit: add test.txt
d9681a0 HEAD@{1}: commit (initial): first commit
[root@iz8vb84t8146h3n3x58qqgz ***]#
[roo