Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

What does "Mark this commit" mean in gitk?

Tags:

git

gitk

When using gitk, a commit can be selected in the log pane, and a right click context menu offers "Mark this commit". What does that do?

like image 911
Vincent Scheib Avatar asked Jul 25 '11 20:07

Vincent Scheib


1 Answers

Look at the following options :

  • Return to mark
  • Find descendent of this and mark
  • Compare with marked commit
like image 99
Colin Hebert Avatar answered Sep 27 '22 21:09

Colin Hebert