What is a tag in Git?

  • A reference to a specific commit
  • A branch in Git
  • A merge conflict
  • A file in the working directory
In Git, a tag is a reference to a specific commit. It is often used to mark a specific point in history, such as a release or a stable version. Tags are immutable and don't change with new commits.
Add your answer
Loading...

Leave a comment

Your email address will not be published. Required fields are marked *