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
Wolfram`GitLink`
G
i
t
O
b
j
e
c
t
G
i
t
O
b
j
e
c
t
[
s
h
a
,
r
e
p
o
]
r
e
p
r
e
s
e
n
t
s
a
g
e
n
e
r
i
c
g
i
t
o
b
j
e
c
t
i
n
d
i
c
a
t
e
d
b
y
s
h
a
t
h
e
g
i
t
r
e
p
o
s
i
t
o
r
y
r
e
p
o
.
D
e
t
a
i
l
s
▪
G
i
t
O
b
j
e
c
t
expressions are typically generated by kernel commands such as
T
o
G
i
t
O
b
j
e
c
t
,
G
i
t
M
e
r
g
e
, or
G
i
t
C
o
m
m
i
t
.
▪
A
G
i
t
O
b
j
e
c
t
is a generic reference to an object which may be a git commit, tree, blob, tag, or delta. Many functions return or consume
G
i
t
O
b
j
e
c
t
.
▪
s
h
a
is a 40 character hexadecimal string corresponding to the object indexed by a given SHA in a git repository.
r
e
p
o
is the
G
i
t
R
e
p
o
object to which a
G
i
t
O
b
j
e
c
t
responds.
▪
The type of an object referenced by a given
G
i
t
O
b
j
e
c
t
can be determined using
G
i
t
T
y
p
e
. The properties of that object, including its type, can be determined using
G
i
t
P
r
o
p
e
r
t
i
e
s
.
S
e
e
A
l
s
o
G
i
t
T
y
p
e
▪
G
i
t
P
r
o
p
e
r
t
i
e
s
▪
T
o
G
i
t
O
b
j
e
c
t
"
"