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
Wolfram`GitLink`
G
i
t
W
r
i
t
e
T
r
e
e
G
i
t
W
r
i
t
e
T
r
e
e
[
{
o
b
j
1
,
o
b
j
2
,
…
}
]
w
r
i
t
e
s
a
g
i
t
t
r
e
e
o
b
j
e
c
t
w
i
t
h
t
h
e
e
n
t
r
i
e
s
i
n
d
i
c
a
t
e
d
b
y
o
b
j
i
.
D
e
t
a
i
l
s
▪
G
i
t
W
r
i
t
e
T
r
e
e
is a low-level, advanced git operation. Misuse of
G
i
t
W
r
i
t
e
T
r
e
e
can result in a corrupted git repository.
▪
The
o
b
j
i
must be associations which include at least the following keys:
"
O
b
j
e
c
t
"
a
G
i
t
O
b
j
e
c
t
t
o
b
e
i
n
c
l
u
d
e
d
i
n
t
o
t
h
e
t
r
e
e
"
N
a
m
e
"
t
h
e
n
a
m
e
t
h
e
o
b
j
e
c
t
s
h
o
u
l
d
h
a
v
e
i
n
t
h
e
t
r
e
e
;
t
h
i
s
i
s
t
y
p
i
c
a
l
l
y
a
f
i
l
e
o
r
d
i
r
e
c
t
o
r
y
n
a
m
e
"
F
i
l
e
M
o
d
e
"
t
h
e
U
n
i
x
f
i
l
e
m
o
d
e
,
e
x
p
r
e
s
s
e
d
a
s
a
n
i
n
t
e
g
e
r
o
r
a
s
t
r
i
n
g
s
e
l
e
c
t
o
r
▪
G
i
t
W
r
i
t
e
T
r
e
e
returns the
G
i
t
O
b
j
e
c
t
corresponding to the written tree, or
$
F
a
i
l
e
d
if the tree cannot be written.
▪
Possible
"
F
i
l
e
M
o
d
e
"
selectors include
"
T
r
e
e
"
,
"
B
l
o
b
"
,
"
B
l
o
b
E
x
e
c
u
t
a
b
l
e
"
, and
"
L
i
n
k
"
.
S
e
e
A
l
s
o
G
i
t
E
x
p
a
n
d
T
r
e
e
▪
G
i
t
W
r
i
t
e
B
l
o
b
"
"