Wolfram Language Paclet Repository
Community-contributed installable additions to the Wolfram Language
Integrate git functionality into the Wolfram Language
Contributed by: John Fultz
GitLink is a package for integrating git functionality into the Wolfram Language. GitLink supports 13.0 and later versions of Wolfram Language deployments for the desktop, including Wolfram Desktop and Mathematica.
To install this paclet in your Wolfram Language environment,
evaluate this code:
PacletInstall["Wolfram/GitLink"]
To load the code after installation, evaluate this code:
Needs["Wolfram`GitLink`"]
Clone a Git repository:
In[1]:= |
Out[1]= |
View the cloned files:
In[2]:= |
Out[2]= |
Get the latest commit on the main branch:
In[3]:= |
Out[3]= |
See information about the commit:
In[4]:= |
Out[4]= |
Close the repository:
In[5]:= |
Open an existing Git repository:
In[6]:= |
Out[6]= |
Create a new file in the working directory:
In[7]:= |
Check the status:
In[8]:= |
Out[8]= |
Add the file:
In[9]:= |
Out[9]= |
Create a new commit:
In[10]:= |
Out[10]= |
In[11]:= |
Out[11]= |
Close the repository:
In[12]:= |
Wolfram Language Version 13.0
Creative Commons Attribution Non Commercial 4.0 International