Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/smx/src/modules/git/models.ts>GitStatus

Manage and sync scripts, configs and templates between computers
Latest
interface GitStatus
import { type GitStatus } from "https://deno.land/x/smx@v0.6.0/src/modules/git/models.ts";

Properties

dirty: boolean
ahead: number
behind: number
changes: number
canPull: boolean
canPush: boolean
isGit: boolean
branch: string
optional
remote: string