Wolfram Language
Paclet Repository
(
Under Development
)
Community-contributed installable additions to the Wolfram Language
Primary Navigation
Categories
Cloud & Deployment
Core Language & Structure
Data Manipulation & Analysis
External Interfaces & Connections
Geographic Data & Computation
Graphs & Networks
Images
Machine Learning
Notebook Documents & Presentation
Scientific and Medical Data & Computation
Social, Cultural & Linguistic Data
Sound & Video
Symbolic & Numeric Computation
System Operation & Setup
User Interface Construction
Visualization & Graphics
Random Paclet
Alphabetical List
Get Started
Using Paclets
Creating Paclets
New Definition Notebook
Random Paclet
Alphabetical List
GitLink
Guides
GitInterfaces
GitLink
GitReference
Operations
LowLevel
GitOperations
Symbols
GitAdd
GitAdd
Remote
GitAhead
Behind
GitBranch
Q
GitCheckout
Reference
GitClone
GitClose
GitCommit
GitCommit
Q
GitCreate
Branch
GitCreate
Tag
GitDelete
Branch
GitDelete
Remote
GitDelete
Tag
GitExpand
Tree
GitFetch
GitInit
GitMerge
Base
GitMerge
GitMove
Branch
GitObject
GitOpen
GitProperties
GitPull
GitRange
GitRead
Blob
GitRemote
Q
GitRepo
GitRepo
Q
GitRepos
GitReset
GitSet
UpstreamBranch
GitSHA
GitSignature
GitStatus
GitType
GitUpstream
Branch
GitWrite
Blob
GitWrite
Tree
ToGit
Object
Git Interfaces
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
B
r
a
n
c
h
e
s
a
n
d
r
e
f
e
r
e
n
c
e
s
»
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
L
o
w
l
e
v
e
l
g
i
t
o
p
e
r
a
t
i
o
n
s
»
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
▪
…
"
"