使用git log
,我得到了迄今为止我所提交的列表。
commit f5c5cac0033439c17ebf905d4391dc0705dbd5f1
Author: prosseek
Date: Fri Sep 3 14:36:59 2010 -0500
Added and modified the files.
commit c14809fafb08b9e96ff2879999ba8c807d10fb07
Author: prosseek
Date: Tue Aug 31 08:59:32 2010 -0500
Just simple test for core.editor.
... etc ...
如何将其恢复到特定的提交?例如,如果我想返回commit c14809fafb08b9e96ff2879999ba8c807d10fb07
,我应该怎么做?
是否有其他/更好的方法可以使用Git返回特定的提交?例如,我是否可以为每个commit添加一些标签以使其与标签一起返回?