Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想跳到以前的提交,并且可以随时跳出它,而不影响我的回购。我将在 git 中使用什么来执行此操作?
谢谢!
您必须提交或存储您的工作树更改,但您可以
git checkout <sha1 of previous commit>
这可以通过 git checkout来完成。但我建议阅读一本关于 git 的书,它解释了如何使用 git。Progit是一本不错的免费在线书籍。
There's a class:
public class SampleInformation { public string Nutrient { get; set; } public decimal NutrientTotal { get; set; } public int NoSamples { get; set; } public decimal Average { g