deb-python-pygit2/docs/recipes.rst
2013-07-05 20:14:33 -04:00

1.1 KiB

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

git-branch (List, create, or delete branches.) <recipes/git-branch> git-init (Create an empty git repository or reinitialize an existing one.) <recipes/git-init> git-log (Show commit logs.) <recipes/git-log> git-show (Show various types of objects.) <recipes/git-show> git-tag (Create, list, delete or verify a tag object signed with GPG.) <recipes/git-tag>