← Back to Registry
git

git

Software

Git version control (clone, commit, push, pull).

1. Install

npm install @agentos-software/git

2. Add to agentOS

Register it with your VM's software: [] so its commands are available inside the VM.

import { agentOS, setup } from "@rivet-dev/agentos";
import git from "@agentos-software/git";

// Add the package to your VM's software so its commands are available inside the VM
const vm = agentOS({ software: [git] });

export const registry = setup({ use: { vm } });