********************************************************************** pygit2 Recipes ********************************************************************** A list of some standard git commands and their pygit2 equivalents. This document is a work in progress, and is organized according to the `git man page`_. ---------------------------------------------------------------------- High Level Commands ---------------------------------------------------------------------- ====================================================================== Main porcelain commands ====================================================================== .. toctree:: :maxdepth: 1 git-branch (List, create, or delete branches.) git-init (Create an empty git repository or reinitialize an existing one.) git-log (Show commit logs.) git-show (Show various types of objects.) git-tag (Create, list, delete or verify a tag object signed with GPG.) .. _git man page: https://www.kernel.org/pub/software/scm/git/docs/git.html