My dilemma: I always want to note the last verified commit so that I can always specify diff. I allow checking my code only after a certain time. How can I recall the last time I looked at my code?
My idea was to always mark: “looked through” the last verified commit. However, I would rather be able to mark commits with this as-i-th. Without the need to always remove the tag. + I would like to remember what differences I had for consideration.
So, it would be better if I could tag multiple commits with the same tag. Unfortunately, a tag is something like an “ID” in the DOM. I would prefer something like a class in the DOM. Is there something like that?
source
share