Wolfram Language Paclet Repository

Community-contributed installable additions to the Wolfram Language

Primary Navigation

    • Cloud & Deployment
    • Core Language & Structure
    • Data Manipulation & Analysis
    • Engineering Data & Computation
    • External Interfaces & Connections
    • Financial Data & Computation
    • Geographic Data & Computation
    • Geometry
    • Graphs & Networks
    • Higher Mathematical Computation
    • Images
    • Knowledge Representation & Natural Language
    • Machine Learning
    • Notebook Documents & Presentation
    • Scientific and Medical Data & Computation
    • Social, Cultural & Linguistic Data
    • Strings & Text
    • Symbolic & Numeric Computation
    • System Operation & Setup
    • Time-Related Computation
    • User Interface Construction
    • Visualization & Graphics
    • Random Paclet
    • Alphabetical List
  • Using Paclets
    • Get Started
    • Download Definition Notebook
  • Learn More about Wolfram Language

GitLink

Guides

  • Git Interfaces
  • GitLink
  • Git Reference Operations
  • Low Level Git Operations

Symbols

  • GitAdd
  • GitAddRemote
  • GitAheadBehind
  • GitBranchQ
  • GitCheckoutReference
  • GitClone
  • GitClose
  • GitCommit
  • GitCommitQ
  • GitCreateBranch
  • GitCreateTag
  • GitDeleteBranch
  • GitDeleteRemote
  • GitDeleteTag
  • GitExpandTree
  • GitFetch
  • GitInit
  • GitMergeBase
  • GitMerge
  • GitMoveBranch
  • GitObject
  • GitOpen
  • GitProperties
  • GitPull
  • GitRange
  • GitReadBlob
  • GitRemoteQ
  • GitRepo
  • GitRepoQ
  • GitRepos
  • GitReset
  • GitSetUpstreamBranch
  • GitSHA
  • GitSignature
  • GitStatus
  • GitType
  • GitUpstreamBranch
  • GitWriteBlob
  • GitWriteTree
  • ToGitObject
Wolfram`GitLink`
GitCreateTag
​
GitCreateTag
[repo,tag]
creates a tag with the given name on the HEAD commit of
repo
.
​
​
GitCreateTag
[repo,tag,ref]
creates a tag positioned at
ref
, which may be any valid git reference or SHA.
​
​
GitCreateTag
[repo,tag,ref,message]
creates an annotated tag with the commit log
message
.
​
Details
▪
GitCreateTag
returns a
GitObject
representing the tag if it succeeds and
$Failed
otherwise.
▪
Unless
message
is specified,
GitCreateTag
creates a lightweight tag which leaves no record of who created the tag or when. When creating a lightweight tag, the return value will be the
GitObject
of the commit pointed to by the tag.
▪
When
message
is given, an annotated tag object is created which includes the log message and committer information. The return value will be a
GitObject
representing the tag object itself.
▪
GitCreateTag
takes the following options:
"Force"
False
whether to overwrite an existing tag with the same name which may be pointing elsewhere
"Signature"
Automatic
signature to use for an annotated tag
▪
A lightweight tag must point to a commit. An annotated tag may point to any
GitObject
.
SeeAlso
GitDeleteTag
 
▪
GitCreateBranch
""

© 2025 Wolfram. All rights reserved.

  • Legal & Privacy Policy
  • Contact Us
  • WolframAlpha.com
  • WolframCloud.com