Wolfram Language
Paclet Repository
Community-contributed installable additions to the Wolfram Language
Primary Navigation
Categories
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
Create a Paclet
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
Git Reference Operations
Git has many operations for working with references. A reference may be a branch, tag, SHA, or abbreviated SHA.
G
i
t
O
b
j
e
c
t
— representation of a basic git object such as a commit
T
o
G
i
t
O
b
j
e
c
t
— return a
G
i
t
O
b
j
e
c
t
representing the commit pointed to by a given reference
G
i
t
R
a
n
g
e
— get a range of commits as defined by a list of references
G
i
t
S
H
A
— return the SHA of a git reference
G
i
t
M
e
r
g
e
B
a
s
e
— return the common ancestor of two or more commits
G
i
t
C
o
m
m
i
t
Q
— confirm whether a given SHA or reference is a valid commit
G
i
t
A
h
e
a
d
B
e
h
i
n
d
— determine the number of commits ahead and behind one commit is relative to another
Branch manipulation
G
i
t
C
r
e
a
t
e
B
r
a
n
c
h
— create a new branch
G
i
t
D
e
l
e
t
e
B
r
a
n
c
h
— delete an existing branch
G
i
t
M
o
v
e
B
r
a
n
c
h
— move an existing branch to a new commit
G
i
t
U
p
s
t
r
e
a
m
B
r
a
n
c
h
— get the upstream branch for a given branch
G
i
t
S
e
t
U
p
s
t
r
e
a
m
B
r
a
n
c
h
— set the upstream branch
Tag manipulation
G
i
t
C
r
e
a
t
e
T
a
g
— create a new tag pointing to a specific commit
G
i
t
D
e
l
e
t
e
T
a
g
— delete an existing tag
"
"