Commands¶
This page summarizes the major implemented command surface.
Plumbing Commands¶
The project implements the following low-level commands:
hash-objectcat-filewrite-treeread-treecommit-treeupdate-ref
These commands expose the object database, tree generation, commit creation, and ref updates more directly.
Porcelain Commands¶
The project implements the following user-oriented commands:
initaddrmstatuscommitlogbranchcheckoutswitchtagresetstashmergeclonefetchpushserve
Command Boundary¶
The command set is meant to provide a usable local and self-hosted workflow around .pygit. It is not a claim of official Git transport compatibility with GitHub, SSH Git, HTTP Git, or the official wire protocol.