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
C
l
o
s
e
G
i
t
C
l
o
s
e
[
r
e
p
o
]
c
l
o
s
e
s
a
g
i
t
r
e
p
o
s
i
t
o
r
y
a
n
d
r
e
l
e
a
s
e
s
a
n
y
r
e
s
o
u
r
c
e
s
b
e
i
n
g
u
s
e
d
b
y
i
t
.
D
e
t
a
i
l
s
▪
The value for
r
e
p
o
must be a
G
i
t
R
e
p
o
object.
▪
Some platforms may lock files in a git repository once the repo has been opened, preventing the repo from being deleted until the repo is closed or the kernel is terminated.
▪
G
i
t
R
e
p
o
objects which have been closed can still be used. If a
G
i
t
R
e
p
o
object is passed to any other function which queries or changes the underlying repository, the
G
i
t
R
e
p
o
object will automatically be reopened. There is no harm to repeatedly opening and closing a
G
i
t
R
e
p
o
.
▪
The internal representation of
G
i
t
O
b
j
e
c
t
embeds a
G
i
t
R
e
p
o
object. Querying or changing a
G
i
t
O
b
j
e
c
t
will also cause the
G
i
t
R
e
p
o
to reopen.
▪
A list of all open
G
i
t
R
e
p
o
objects can be queried using
G
i
t
R
e
p
o
s
.
S
e
e
A
l
s
o
G
i
t
O
p
e
n
▪
G
i
t
R
e
p
o
▪
G
i
t
O
b
j
e
c
t
"
"