1.

What does git annotate command do?

Answer»
  • This command ANNOTATES each line within the given file with information from the commit which introduced that change. This command can also OPTIONALLY annotate from a given REVISION.
  • Syntax: git annotate [<OPTIONS>] <file> [<revision>]
  • You can get to learn more about this command from the official git documentation here.


Discussion

No Comment Found