Git Tagging

suggest change

Introduction

Like most Version Control Systems (VCSs), Git has the ability to tag specific points in history as being important. Typically people use this functionality to mark release points (v1.0, and so on).

Syntax

[--points-at < object >] [--column[=< options >] | --no-column]
[--create-reflog] [--sort=< key >] [--format=< format >]
[--[no-]merged [< commit >]] [< pattern >…​]

Feedback about page:

Feedback:
Optional: your email if you want me to get back to you:



Table Of Contents