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
GitLink
Git is a distributed version control system that has been widely adopted for software development. The Wolfram Language contains a complete set of interfaces for creating, inspecting, and modifying git repositories.
G
i
t
O
p
e
n
— open a git repo
G
i
t
C
l
o
s
e
▪
G
i
t
R
e
p
o
▪
G
i
t
R
e
p
o
Q
G
i
t
C
l
o
n
e
— clone a git repo to a new location
G
i
t
I
n
i
t
— create a new git repo
G
i
t
R
e
p
o
s
— return a list of open git repos
G
i
t
R
e
p
o
Q
— determine whether the path points to a repo
Remote operations
G
i
t
F
e
t
c
h
— fetch commits from a remote repo
G
i
t
P
u
l
l
— fetch commits from a remote repo and merge them into the current branch
G
i
t
P
u
s
h
— push commits to a remote repo
G
i
t
A
d
d
R
e
m
o
t
e
— add a named remote to a repo
G
i
t
D
e
l
e
t
e
R
e
m
o
t
e
— delete a named remote from a repo
Working tree operations
G
i
t
A
d
d
— add changes to a repo's index
G
i
t
R
e
s
e
t
— remove changes from a repo's index
G
i
t
S
t
a
t
u
s
— return an association with state information about the git repo
G
i
t
C
h
e
c
k
o
u
t
F
i
l
e
s
— change individual files in the working tree
G
i
t
C
h
e
c
k
o
u
t
R
e
f
e
r
e
n
c
e
— check out a reference in the repo's working tree
G
i
t
R
e
s
e
t
R
e
p
o
— reset an entire repo to a new reference
Commit creation
G
i
t
C
o
m
m
i
t
— create a new commit
G
i
t
M
e
r
g
e
— create a commit which merges two or more existing commits
G
i
t
C
h
e
r
r
y
P
i
c
k
— create a copy of a commit in a new location
G
i
t
R
e
b
a
s
e
— move a commit or range of commits to a new location
G
i
t
S
i
g
n
a
t
u
r
e
— create a custom signature for use by a function that creates commits
Branches and references
G
i
t
O
b
j
e
c
t
— an object which represents a git commit or low-level object
T
o
G
i
t
O
b
j
e
c
t
— create a
G
i
t
O
b
j
e
c
t
from a branch, reference, or SHA
G
i
t
S
H
A
▪
G
i
t
C
r
e
a
t
e
B
r
a
n
c
h
▪
G
i
t
C
r
e
a
t
e
T
a
g
Properties
G
i
t
P
r
o
p
e
r
t
i
e
s
— return properties of a
G
i
t
R
e
p
o
or
G
i
t
O
b
j
e
c
t
G
i
t
B
r
a
n
c
h
Q
▪
G
i
t
R
e
m
o
t
e
Q
▪
G
i
t
T
y
p
e
▪
G
i
t
U
p
s
t
r
e
a
m
B
r
a
n
c
h
▪
G
i
t
C
o
m
m
i
t
Q
Low level git operations
G
i
t
T
y
p
e
— determine the type of a
G
i
t
O
b
j
e
c
t
G
i
t
R
e
a
d
B
l
o
b
▪
G
i
t
E
x
p
a
n
d
T
r
e
e
▪
G
i
t
W
r
i
t
e
T
r
e
e
▪
…
R
e
l
a
t
e
d
G
u
i
d
e
s
▪
G
i
t
I
n
t
e
r
f
a
c
e
s
▪
G
i
t
R
e
f
e
r
e
n
c
e
O
p
e
r
a
t
i
o
n
s
▪
L
o
w
L
e
v
e
l
G
i
t
O
p
e
r
a
t
i
o
n
s
R
e
l
a
t
e
d
L
i
n
k
s
▪
W
o
l
f
r
a
m
P
a
c
l
e
t
R
e
p
o
s
i
t
o
r
y
W
o
l
f
r
a
m
F
u
n
c
t
i
o
n
R
e
p
o
s
i
t
o
r
y
W
o
l
f
r
a
m
D
a
t
a
R
e
p
o
s
i
t
o
r
y
▪
G
i
t
H
u
b
"
"