403Webshell
Server IP : 172.67.207.176  /  Your IP : 216.73.216.47
Web Server : Apache
System : Linux infong-es77 4.4.400-icpu-108 #2 SMP Wed Feb 11 10:12:42 UTC 2026 x86_64
User : u67207989 ( 1351568)
PHP Version : 8.4.24
Disable Function : NONE
MySQL : OFF  |  cURL : ON  |  WGET : ON  |  Perl : ON  |  Python : OFF  |  Sudo : OFF  |  Pkexec : OFF
Directory :  /lib/python3/dist-packages/docs/tutorial/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : /lib/python3/dist-packages/docs/tutorial/introduction.txt
.. _tutorial-introduction:

Introduction
============

Like Git itself, Dulwich consists of two main layers; the so-called plumbing
and the porcelain.

The plumbing is the lower layer and it deals with the Git object database and the
nitty gritty internals. The porcelain is roughly what you would expect to
be exposed to as a user of the ``git`` command-like tool.

Dulwich has a fairly complete plumbing implementation, and a more recently
added porcelain implementation. The porcelain code lives in
``dulwich.porcelain``.


For the large part, this tutorial introduces you to the internal concepts of
Git and the main plumbing parts of Dulwich. The last chapter covers
the porcelain.

Youez - 2016 - github.com/yon3zu
LinuXploit