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
C
h
e
c
k
o
u
t
R
e
f
e
r
e
n
c
e
G
i
t
C
h
e
c
k
o
u
t
R
e
f
e
r
e
n
c
e
[
r
e
p
o
,
r
e
f
]
s
e
t
s
t
h
e
r
e
p
o
'
s
H
E
A
D
t
o
p
o
i
n
t
t
o
r
e
f
a
n
d
c
h
e
c
k
s
o
u
t
r
e
f
i
n
t
o
t
h
e
w
o
r
k
i
n
g
d
i
r
e
c
t
o
r
y
.
D
e
t
a
i
l
s
▪
When it succeeds,
G
i
t
C
h
e
c
k
o
u
t
R
e
f
e
r
e
n
c
e
will return a
G
i
t
O
b
j
e
c
t
corresponding to the commit now being pointed to by HEAD.
▪
r
e
f
can be a string representing a branch, tag, or SHA, or it can be a
G
i
t
O
b
j
e
c
t
. If
r
e
f
is not a branch name, then the operation will leave
r
e
p
o
in a detached head state.
▪
G
i
t
C
h
e
c
k
o
u
t
R
e
f
e
r
e
n
c
e
will only succeed if it can update the working tree and index of
r
e
p
o
without introducing any conflicts. If the action of checking out
r
e
f
would change any files that are changed in the working tree or index,
G
i
t
C
h
e
c
k
o
u
t
R
e
f
e
r
e
n
c
e
will leave
r
e
p
o
unchanged and return
$
F
a
i
l
e
d
.
▪
G
i
t
C
h
e
c
k
o
u
t
R
e
f
e
r
e
n
c
e
will return
$
F
a
i
l
e
d
if
r
e
p
o
has no working tree or index.
▪
The following options can be given:
"
C
r
e
a
t
e
"
F
a
l
s
e
i
f
t
r
u
e
,
t
h
e
n
c
r
e
a
t
e
t
h
e
n
a
m
e
d
b
r
a
n
c
h
a
t
t
h
e
c
u
r
r
e
n
t
p
o
s
i
t
i
o
n
a
n
d
c
h
e
c
k
i
t
o
u
t
"
F
o
r
c
e
"
F
a
l
s
e
w
h
e
t
h
e
r
t
o
c
o
m
p
l
e
t
e
l
y
o
v
e
r
r
i
d
e
a
n
y
c
h
a
n
g
e
s
i
n
t
h
e
w
o
r
k
i
n
g
t
r
e
e
a
n
d
i
n
d
e
x
"
U
p
s
t
r
e
a
m
B
r
a
n
c
h
"
A
u
t
o
m
a
t
i
c
n
a
m
e
o
f
t
h
e
b
r
a
n
c
h
t
o
s
e
t
a
s
a
n
u
p
s
t
r
e
a
m
b
r
a
n
c
h
"
U
p
s
t
r
e
a
m
R
e
m
o
t
e
"
A
u
t
o
m
a
t
i
c
w
h
i
c
h
r
e
m
o
t
e
t
o
c
h
e
c
k
t
o
a
t
t
e
m
p
t
t
o
i
n
f
e
r
a
n
u
p
s
t
r
e
a
m
b
r
a
n
c
h
▪
If
r
e
f
doesn't exist as a local branch, but it does exist as a remote branch on a remote in
r
e
p
o
, then
G
i
t
C
h
e
c
k
o
u
t
R
e
f
e
r
e
n
c
e
will create a local branch with the remote branch as an upstream branch.
▪
If
r
e
f
doesn't exist as a local or remote branch, then
G
i
t
C
h
e
c
k
o
u
t
R
e
f
e
r
e
n
c
e
will return
M
i
s
s
i
n
g
[
"
N
o
R
e
f
e
r
e
n
c
e
"
]
.
S
e
e
A
l
s
o
G
i
t
R
e
s
e
t
R
e
p
o
▪
G
i
t
C
h
e
c
k
o
u
t
F
i
l
e
s
▪
G
i
t
S
t
a
t
u
s
"
"